]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-blanket-conflicts-with-blanket-implemented.stderr
New upstream version 1.53.0+dfsg1
[rustc.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 {