Skip to content

Commit

Permalink
Update ui test for nightly-2023-05-29
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 29, 2023
1 parent b3ebe6e commit 550c92c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/ui/pin_project/override-priv-mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// https://discord.com/channels/273534239310479360/512792629516173323/870075511009857617

#![allow(hidden_glob_reexports)]

extern crate pin_project as pin_project_orig;
extern crate self as pin_project;

Expand Down
4 changes: 2 additions & 2 deletions tests/ui/pin_project/override-priv-mod.stderr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
error[E0119]: conflicting implementations of trait `SMustNotImplDrop` for type `S`
--> tests/ui/pin_project/override-priv-mod.rs:14:1
--> tests/ui/pin_project/override-priv-mod.rs:16:1
|
14 | #[pin_project] //~ ERROR conflicting implementations of trait `_::FooMustNotImplDrop`
16 | #[pin_project] //~ ERROR conflicting implementations of trait `_::FooMustNotImplDrop`
| ^^^^^^^^^^^^^^
| |
| first implementation here
Expand Down

0 comments on commit 550c92c

Please sign in to comment.