blob: 58cde8fd6e0ca9a432580d7e4879f0668b4c679c [file]
// run-rustfix
pub struct S {
//~^ ERROR missing `struct` for struct definition
}
fn main() {}