Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-rustfix
pub struct Struct {
pub a: usize,
};
//~^ ERROR expected item, found `;`
fn main() {}