]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-blanket-conflicts-with-blanket-unimplemented.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-blanket-unimplemented.stderr
index ea9838b4520e0beac9f801756072694e91778f91..8400968e1227d2afce3c7518256af65e6c1ba7a9 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `MyTrait`:
+error[E0119]: conflicting implementations of trait `MyTrait`
   --> $DIR/coherence-blanket-conflicts-with-blanket-unimplemented.rs:20:1
    |
 LL | impl<T:Even> MyTrait for T {