summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-46186.fixed
blob: 2cb5a4996ee2526e675c642003e4de7e23794ac1 (plain)
1
2
3
4
5
6
7
8
// run-rustfix

pub struct Struct {
    pub a: usize,
}
//~^ ERROR expected item, found `;`

fn main() {}