]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-blanket-conflicts-with-blanket-implemented.re.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-blanket-implemented.re.stderr
CommitLineData
b7449926 1error[E0119]: conflicting implementations of trait `MyTrait`:
0731742a 2 --> $DIR/coherence-blanket-conflicts-with-blanket-implemented.rs:28:1
b7449926
XL
3 |
4LL | impl<T:Even> MyTrait for T {
5 | -------------------------- first implementation here
6...
0731742a 7LL | impl<T:Odd> MyTrait for T {
b7449926
XL
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0119`.