We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dcf65 commit a5d0988Copy full SHA for a5d0988
compiler/rustc_error_codes/src/error_codes/E0582.md
@@ -42,7 +42,7 @@ where
42
f: F
43
}
44
```
45
-This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
+The latter scenario encounters this error because `Foo::Assoc<'a>` could be implemented by a type that does not use
46
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
47
`'a`.
48
0 commit comments