blob: bcdc922a71bbb7bcf40d6261b46a90ba7ddf8b82 [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/30236
type Foo<
Unused //~ ERROR type parameter `Unused` is never used
> = u8;
fn main() {
}