mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +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
|
A type or lifetime parameter has been declared but is not actually used.
|
||||||
but not actually used. Here is an example that demonstrates the error:
|
|
||||||
|
Erroneous code example:
|
||||||
|
|
||||||
```compile_fail,E0392
|
```compile_fail,E0392
|
||||||
enum Foo<T> {
|
enum Foo<T> {
|
||||||
|
Loading…
Reference in New Issue
Block a user