]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-blanket-conflicts-with-specific-cross-crate.stderr
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14
[rust.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-specific-cross-crate.stderr
index c25c43692928af13c3f75aa79dcc01e2563877cb..4d7872598b1e772240c21f250596f8a6b92ab176 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `go_trait::GoMut` for type `MyThingy`
+error[E0119]: conflicting implementations of trait `GoMut` for type `MyThingy`
   --> $DIR/coherence-blanket-conflicts-with-specific-cross-crate.rs:15:1
    |
 LL | impl GoMut for MyThingy {