]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-tuple-conflict.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-tuple-conflict.stderr
index f6c2bc32aa8705b785b6a6b82dcf6990137bd995..09ad5e5b22435e4099704695ec34ac4b3bb0f74d 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `MyTrait` for type `(_, _)`:
+error[E0119]: conflicting implementations of trait `MyTrait` for type `(_, _)`
   --> $DIR/coherence-tuple-conflict.rs:15:1
    |
 LL | impl<T> MyTrait for (T,T) {