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

7 lines
97 B
Rust

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