We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fd16e8 + 2676afe commit 4e1ff7dCopy full SHA for 4e1ff7d
src/librustc_error_codes/error_codes/E0392.md
@@ -1,5 +1,6 @@
1
-This error indicates that a type or lifetime parameter has been declared
2
-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.
+
3
+Erroneous code example:
4
5
```compile_fail,E0392
6
enum Foo<T> {
0 commit comments