Clean up E0091 long explanation
This commit is contained in:
parent
ce696101c4
commit
7edaebaf6a
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
You gave an unnecessary type or const parameter in a type alias. Erroneous
|
||||
code example:
|
||||
An unnecessary type or const parameter was given in a type alias.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0091
|
||||
type Foo<T> = u32; // error: type parameter `T` is unused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue