blob: 5c721c25a781503d3e7ffd52838245677c55e863 [file] [log] [blame]
//@ run-rustfix
pub T(#[allow(dead_code)] String);
//~^ ERROR missing `struct` for struct definition
fn main() {}