We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eaea4d commit ae753a5Copy full SHA for ae753a5
src/librustc_error_codes/error_codes/E0109.md
@@ -1,4 +1,5 @@
1
You tried to provide a generic argument to a type which doesn't need it.
2
+
3
Erroneous code example:
4
5
```compile_fail,E0109
src/librustc_error_codes/error_codes/E0119.md
@@ -1,5 +1,6 @@
There are conflicting trait implementations for the same type.
-Example of erroneous code:
+Erroneous code example:
```compile_fail,E0119
6
trait MyTrait {
0 commit comments