We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbef353 commit c3303c7Copy full SHA for c3303c7
src/librustc_error_codes/error_codes/E0323.md
@@ -1,4 +1,5 @@
1
An associated const was implemented when another trait item was expected.
2
+
3
Erroneous code example:
4
5
```compile_fail,E0323
src/librustc_error_codes/error_codes/E0324.md
@@ -1,5 +1,6 @@
-A method was implemented when another trait item was expected. Erroneous
-code example:
+A method was implemented when another trait item was expected.
+Erroneous code example:
```compile_fail,E0324
6
struct Bar;
src/librustc_error_codes/error_codes/E0325.md
An associated type was implemented when another trait item was expected.
```compile_fail,E0325
0 commit comments