]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-overlap-all-t-and-tuple.old.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-overlap-all-t-and-tuple.old.stderr
CommitLineData
b7449926 1error[E0119]: conflicting implementations of trait `From<(_,)>` for type `(_,)`:
0731742a 2 --> $DIR/coherence-overlap-all-t-and-tuple.rs:20:1
b7449926
XL
3 |
4LL | impl <T> From<T> for T {
5 | ---------------------- first implementation here
6...
0731742a 7LL | impl <T11, U11> From<(U11,)> for (T11,) {
b7449926
XL
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_,)`
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0119`.