1 2 3 4 5 6 7 8
// run-rustfix pub struct Struct { pub a: usize, } //~^ ERROR expected item, found `;` fn main() {}