rust/tests/ui/pub/pub-ident-struct.fixed
2023-01-11 09:32:08 +00:00

7 lines
96 B
Rust

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