1
Fork 0

Clean up E0091 long explanation

This commit is contained in:
Guillaume Gomez 2019-11-27 13:51:50 +01:00
parent ce696101c4
commit 7edaebaf6a

View file

@ -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