rust/tests/ui/pub/pub-ident-struct.fixed
2024-02-16 20:02:50 +00:00

7 lines
97 B
Rust

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