]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-overlap-upstream-inherent.re.stderr
Fix a minor grammar nit, update UI tests
[rust.git] / src / test / ui / coherence / coherence-overlap-upstream-inherent.re.stderr
index 928b65e003918323b570ea07e61f43c316115872..3a3e1a4afc3bb9596b4f7cb004e2cffe25491a91 100644 (file)
@@ -7,7 +7,7 @@ LL | impl<T> A<T> where T: Remote { fn dummy(&self) { } }
 LL | impl A<i16> { fn dummy(&self) { } }
    |               ------------------- other definition for `dummy`
    |
-   = 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