]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-overlap-upstream-inherent.old.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-overlap-upstream-inherent.old.stderr
CommitLineData
ff7c6d11 1error[E0592]: duplicate definitions with name `dummy`
0731742a 2 --> $DIR/coherence-overlap-upstream-inherent.rs:15:32
ff7c6d11 3 |
0531ce1d 4LL | impl<T> A<T> where T: Remote { fn dummy(&self) { } }
ff7c6d11 5 | ^^^^^^^^^^^^^^^^^^^ duplicate definitions for `dummy`
0731742a 6...
0531ce1d 7LL | impl A<i16> { fn dummy(&self) { } }
ff7c6d11
XL
8 | ------------------- other definition for `dummy`
9 |
e1599b0c 10 = note: upstream crates may add a new impl of trait `coherence_lib::Remote` for type `i16` in future versions
ff7c6d11
XL
11
12error: aborting due to previous error
13
dc9dc135 14For more information about this error, try `rustc --explain E0592`.