]> git.lizzy.rs Git - rust.git/blob - src/test/ui/coherence/coherence-blanket-conflicts-with-specific-cross-crate.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-specific-cross-crate.stderr
1 error[E0119]: conflicting implementations of trait `go_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`.