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

5 lines
91 B
Rust

pub S {
//~^ ERROR missing `enum` or `struct` for enum or struct definition
}
fn main() {}