]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-41974.stderr
Merge remote-tracking branch 'upstream/master' into box-alloc
[rust.git] / src / test / ui / issues / issue-41974.stderr
index fb24aadde089e893c23dd7966d5c63e989443880..cc4b3707dd66376949c13fbaf869de1e373ab826 100644 (file)
@@ -21,7 +21,7 @@ error[E0210]: type parameter `T` must be used as the type parameter for some loc
 LL | impl<T> Drop for T where T: A {
    |      ^ 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 3 previous errors