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.

7 lines
89 B
Rust
Raw Normal View History

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