We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40b405f + 2676afe commit c934c94Copy full SHA for c934c94
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