We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f943349 commit 2676afeCopy full SHA for 2676afe
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