]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issue-46186.rs
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / parser / issue-46186.rs
1 // run-rustfix
2
3 pub struct Struct {
4 pub a: usize,
5 };
6 //~^ ERROR expected item, found `;`
7
8 fn main() {}