some error codes long explanation

This commit is contained in:
Guillaume Gomez 2019-12-04 13:36:50 +01:00
parent 9eaea4d3ea
commit ae753a55ac
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 {