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