We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d0988 commit 012288bCopy full SHA for 012288b
compiler/rustc_error_codes/src/error_codes/E0582.md
@@ -42,9 +42,9 @@ where
42
f: F
43
}
44
```
45
-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`.
+The latter scenario encounters this error because `Foo::Assoc<'a>` could be
+implemented by a type that does not use the `'a` parameter, so there is no
+guarentee that `X::Assoc<'a>` actually uses `'a`.
48
49
To fix this we can pass a dummy parameter:
50
0 commit comments