]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-all-remote.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-all-remote.stderr
index 6ecfb2c5eb0e32f7e153e4ccb6cd2483c018ba9a..7eca41753395456fde964488736e7c4d20c607cc 100644 (file)
@@ -4,7 +4,7 @@ error[E0210]: type parameter `T` must be used as the type parameter for some loc
 LL | impl<T> Remote1<T> for isize { }
    |      ^ type parameter `T` must be used as the type parameter for some local type
    |
-   = note: implementing a foreign trait is only possible if at least one of the types for which is it implemented is local
+   = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
    = note: only traits defined in the current crate can be implemented for a type parameter
 
 error: aborting due to previous error