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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
91 B
Rust
Raw Normal View History

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