]> git.lizzy.rs Git - rust.git/blob - src/test/ui/coherence/coherence-blanket-conflicts-with-specific-cross-crate.stderr
Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk
[rust.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-specific-cross-crate.stderr
1 error[E0119]: conflicting implementations of trait `GoMut` for type `MyThingy`
2   --> $DIR/coherence-blanket-conflicts-with-specific-cross-crate.rs:15:1
3    |
4 LL | impl GoMut for MyThingy {
5    | ^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: conflicting implementation in crate `go_trait`:
8            - impl<G> GoMut for G
9              where G: Go;
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0119`.