rust/src/test/ui/pub/pub-ident-struct.fixed
2020-07-02 15:18:33 +09:00

6 lines
96 B
Rust

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