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