rustc/tests/ui/pub/pub-ident-struct-4.fixed
2023-09-11 11:26:34 +02:00

7 lines
102 B
Plaintext

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