rustc/tests/ui/pub/pub-ident-struct-4.fixed
2024-07-31 08:40:13 +02:00

8 lines
123 B
Plaintext

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