]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence_copy_like_err_struct.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence_copy_like_err_struct.stderr
index cf79e851bf4ab21ec454e06bf2ccf08b2cf0241f..3bc3dffda5d1bbbf95dc29ef8c23aceba0d511eb 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `MyTrait` for type `lib::MyStruct<MyType>`:
+error[E0119]: conflicting implementations of trait `MyTrait` for type `lib::MyStruct<MyType>`
   --> $DIR/coherence_copy_like_err_struct.rs:19:1
    |
 LL | impl<T: lib::MyCopy> MyTrait for T { }