]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-blanket-conflicts-with-specific.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-specific.stderr
index 4bc282764796b4c898cf6e3aaef02ed5f6911d2e..ba60a2ea92947eb4576bf0910d456d5f1b2cd86c 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-blanket-conflicts-with-specific.rs:19:1
    |
 LL | impl<T> MyTrait for T {