rust/tests/ui/issues/issue-30236.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
93 B
Rust
Raw Normal View History

type Foo<
Unused //~ ERROR type parameter `Unused` is unused
> = u8;
fn main() {
}