1error[E0119]: conflicting implementations of trait `go_trait::GoMut` for type `MyThingy`
2  --> $DIR/coherence-blanket-conflicts-with-specific-cross-crate.rs:15:1
3   |
4LL | 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
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0119`.
14