blob: 3f0610cd765c2ede50ebdb7dc4af7c5f2025cb62 [file] [log] [blame]
//@ run-rustfix
pub struct S {
//~^ ERROR missing `struct` for struct definition
}
fn main() {}