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