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

7 lines
90 B
Rust

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