clean up E0201 explanation

This commit is contained in:
Guillaume Gomez 2020-01-19 15:35:44 +01:00
parent bf84eb538f
commit 0c7f40f3b2

View File

@ -1,7 +1,7 @@
It is an error to define two associated items (like methods, associated types,
associated functions, etc.) with the same identifier.
Two associated items (like methods, associated types, associated functions,
etc.) were defined with the same identifier.
For example:
Erroneous code example:
```compile_fail,E0201
struct Foo(u8);