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

7 lines
97 B
Rust
Raw Normal View History

//@ run-rustfix
2020-07-02 05:32:12 +00:00
pub struct S {
//~^ ERROR missing `struct` for struct definition
}
fn main() {}