We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7c2b0 commit f3dcf65Copy full SHA for f3dcf65
compiler/rustc_error_codes/src/error_codes/E0582.md
@@ -42,8 +42,8 @@ where
42
f: F
43
}
44
```
45
-This is as `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
+This is as `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
47
`'a`.
48
49
To fix this we can pass a dummy parameter:
0 commit comments