rust/tests/ui/pub/pub-ident-struct-4.fixed

7 lines
122 B
Rust

// run-rustfix
pub struct T(#[allow(dead_code)] String);
//~^ ERROR missing `struct` for struct definition
fn main() {}