]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-blanket-conflicts-with-blanket-implemented.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-blanket-implemented.stderr
index e95826ed4d53ddfdfd91c6261d966e1c1cb8901d..9156972a1df99935fae01da938e22355a8dd9d04 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-implemented.rs:24:1
    |
 LL | impl<T:Even> MyTrait for T {