]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-overlap-all-t-and-tuple.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-overlap-all-t-and-tuple.stderr
index 5e8bfbcc3cafa0b1cfe54e954790e6f3098b51d2..6a0880334b6e058f2a29767f1c7bc47d04dc9c24 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `From<(_,)>` for type `(_,)`:
+error[E0119]: conflicting implementations of trait `From<(_,)>` for type `(_,)`
   --> $DIR/coherence-overlap-all-t-and-tuple.rs:16:1
    |
 LL | impl <T> From<T> for T {