mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Fix a very subtle mistake in a ui test.
This commit is contained in:
parent
a59cc32ed4
commit
043786dcdf
@ -24,6 +24,7 @@ error[E0592]: duplicate definitions with name `baz`
|
|||||||
...
|
...
|
||||||
43 | fn baz(&self) {}
|
43 | fn baz(&self) {}
|
||||||
| ---------------- other definition for `baz`
|
| ---------------- other definition for `baz`
|
||||||
|
|
|
||||||
= note: upstream crates may add new impl for `std::marker::Copy` in future versions
|
= note: upstream crates may add new impl for `std::marker::Copy` in future versions
|
||||||
|
|
||||||
error: aborting due to 3 previous errors
|
error: aborting due to 3 previous errors
|
||||||
|
Loading…
Reference in New Issue
Block a user