]> git.proxmox.com Git - rustc.git/blame - src/test/ui/impl-trait/auto-trait.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / impl-trait / auto-trait.stderr
CommitLineData
f035d41b
XL
1error[E0119]: conflicting implementations of trait `AnotherTrait` for type `D<impl OpaqueTrait>`:
2 --> $DIR/auto-trait.rs:21:1
e74abb32 3 |
f035d41b 4LL | impl<T: Send> AnotherTrait for T {}
e74abb32
XL
5 | -------------------------------- first implementation here
6...
7LL | impl AnotherTrait for D<OpaqueType> {
f035d41b 8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `D<impl OpaqueTrait>`
e74abb32
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0119`.