We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A
type Foo<A> = u8;
It currently points to the RHS of the type.
type
type Foo<A> = u8; fn main() {}
<anon>:1:15: 1:17 error: type parameter `A` is unused [E0091] <anon>:1 type Foo<A> = u8; ^~