some error codes long explanation
This commit is contained in:
parent
9eaea4d3ea
commit
ae753a55ac
@ -1,4 +1,5 @@
|
||||
You tried to provide a generic argument to a type which doesn't need it.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0109
|
||||
|
@ -1,5 +1,6 @@
|
||||
There are conflicting trait implementations for the same type.
|
||||
Example of erroneous code:
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0119
|
||||
trait MyTrait {
|
||||
|
Loading…
Reference in New Issue
Block a user