]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-overlap-negate-not-use-feature-gate.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / coherence / coherence-overlap-negate-not-use-feature-gate.stderr
CommitLineData
3c0e092e
XL
1error[E0119]: conflicting implementations of trait `Foo` for type `&_`
2 --> $DIR/coherence-overlap-negate-not-use-feature-gate.rs:5:1
3 |
4LL | impl<T: DerefMut> Foo for T {}
5 | --------------------------- first implementation here
6LL | impl<U> Foo for &U {}
7 | ^^^^^^^^^^^^^^^^^^ conflicting implementation for `&_`
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0119`.