summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pub/pub-ident-struct.rs
blob: 3930e556e9a9cc1fc9a2ac591beb3628c65f8070 (plain)
1
2
3
4
5
6
// run-rustfix

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