summary refs log tree commit diff
path: root/src/test/ui/coherence/coherence-blanket-conflicts-with-specific-cross-crate.old.stderr
blob: 298ac6d1f21694b892cf3cc7266e5dae2316a2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0119]: conflicting implementations of trait `go_trait::GoMut` for type `MyThingy`:
  --> $DIR/coherence-blanket-conflicts-with-specific-cross-crate.rs:18:1
   |
LL | impl GoMut for MyThingy {
   | ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: conflicting implementation in crate `go_trait`:
           - impl<G> go_trait::GoMut for G
             where G: go_trait::Go;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0119`.