clean up E0392 explanation

This commit is contained in:
Guillaume Gomez 2020-03-08 10:44:23 +01:00
parent f943349eaf
commit 2676afeca4

View File

@ -1,5 +1,6 @@
This error indicates that a type or lifetime parameter has been declared A type or lifetime parameter has been declared but is not actually used.
but not actually used. Here is an example that demonstrates the error:
Erroneous code example:
```compile_fail,E0392 ```compile_fail,E0392
enum Foo<T> { enum Foo<T> {