about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-46186.fixed
blob: 0165f66a4eac304f5f01b4385713ccf11830ed2a (plain)
1
2
3
4
5
6
7
8
//@ run-rustfix

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

fn main() {}