]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-overlap-upstream.old.stderr
Fix a minor grammar nit, update UI tests
[rust.git] / src / test / ui / coherence / coherence-overlap-upstream.old.stderr
index 6c3484c2d8c4df3ca0ac3d9deee704c982ea70dc..bd6f59f346b6d6937e0329c8ec2c2b7f1aed913a 100644 (file)
@@ -6,7 +6,7 @@ LL | impl<T> Foo for T where T: Remote {}
 LL | impl Foo for i16 {}
    | ^^^^^^^^^^^^^^^^ conflicting implementation for `i16`
    |
-   = note: upstream crates may add new impl of trait `coherence_lib::Remote` for type `i16` in future versions
+   = note: upstream crates may add new impl of trait `coherence_lib::Remote` for type `i16` in future versions
 
 error: aborting due to previous error