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