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 bf84eb5 commit 3850d96Copy full SHA for 3850d96
src/librustc_error_codes/error_codes/E0220.md
@@ -1,4 +1,5 @@
1
-You used an associated type which isn't defined in the trait.
+A used associated type wasn't defined in the trait.
2
+
3
Erroneous code example:
4
5
```compile_fail,E0220
src/librustc_error_codes/error_codes/E0221.md
@@ -1,5 +1,6 @@
An attempt was made to retrieve an associated type, but the type was ambiguous.
-For example:
+Erroneous code example:
```compile_fail,E0221
6
trait T1 {}
src/librustc_error_codes/error_codes/E0222.md
An attempt was made to constrain an associated type.
```compile_fail,E0222
pub trait Vehicle {
0 commit comments