]> git.proxmox.com Git - rustc.git/blame - src/test/ui/traits/alias/issue-83613.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / traits / alias / issue-83613.stderr
CommitLineData
064997fb
FG
1error[E0119]: conflicting implementations of trait `AnotherTrait` for type `OpaqueType`
2 --> $DIR/issue-83613.rs:10:1
3 |
4LL | impl<T: Send> AnotherTrait for T {}
5 | -------------------------------- first implementation here
6LL | impl AnotherTrait for OpaqueType {}
7 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `OpaqueType`
8
487cf647 9error: aborting due to previous error
cdc7bbd5
XL
10
11For more information about this error, try `rustc --explain E0119`.