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