]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence_copy_like_err_tuple.old.stderr
Fix a minor grammar nit, update UI tests
[rust.git] / src / test / ui / coherence / coherence_copy_like_err_tuple.old.stderr
index 11bd788c761530cdedc7182762d1d4414e167a1e..a40153af2cf30daf331b75e2086eab64f2375402 100644 (file)
@@ -7,7 +7,7 @@ LL | impl<T: lib::MyCopy> MyTrait for T { }
 LL | impl MyTrait for (MyType,) { }
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(MyType,)`
    |
-   = note: upstream crates may add new impl of trait `lib::MyCopy` for type `(MyType,)` in future versions
+   = note: upstream crates may add new impl of trait `lib::MyCopy` for type `(MyType,)` in future versions
 
 error: aborting due to previous error