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
but not actually used. Here is an example that demonstrates the error:
A type or lifetime parameter has been declared but is not actually used.
Erroneous code example:
```compile_fail,E0392
enum Foo<T> {