blob: 0165f66a4eac304f5f01b4385713ccf11830ed2a [file] [log] [blame] [edit]
//@ run-rustfix
pub struct Struct {
pub a: usize,
}
//~^ ERROR expected item, found `;`
fn main() {}