]> git.proxmox.com Git - rustc.git/blame - tests/ui/coherence/coherence-with-generator.stock.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / coherence / coherence-with-generator.stock.stderr
CommitLineData
064997fb 1error[E0119]: conflicting implementations of trait `Trait` for type `Wrapper<OpaqueGenerator>`
9c376795 2 --> $DIR/coherence-with-generator.rs:21:1
064997fb
FG
3 |
4LL | impl Trait for Wrapper<OpaqueGenerator> {}
5 | --------------------------------------- first implementation here
064997fb
FG
6LL | impl<T: Sync> Trait for Wrapper<T> {}
7 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Wrapper<OpaqueGenerator>`
8
487cf647 9error: aborting due to previous error
923072b8
FG
10
11For more information about this error, try `rustc --explain E0119`.