Skip to content

Commit 2676afe

Browse files
clean up E0392 explanation
1 parent f943349 commit 2676afe

File tree

1 file changed

+3
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-2
lines changed

src/librustc_error_codes/error_codes/E0392.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -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:
1+
A type or lifetime parameter has been declared but is not actually used.
2+
3+
Erroneous code example:
34

45
```compile_fail,E0392
56
enum Foo<T> {

0 commit comments

Comments
 (0)