mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
clean up E0392 explanation
This commit is contained in:
parent
f943349eaf
commit
2676afeca4
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user