We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9477f commit 1d03648Copy full SHA for 1d03648
compiler/rustc_error_codes/src/error_codes/E0207.md
@@ -14,7 +14,7 @@ impl<T: Default> Foo {
14
}
15
```
16
17
-Any type parameter parameter of an `impl` must meet at least one of
+Any type parameter of an `impl` must meet at least one of
18
the following criteria:
19
20
- it appears in the _implementing type_ of the impl, e.g. `impl<T> Foo<T>`
0 commit comments