]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/recover/recover-struct.rs
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / parser / recover / recover-struct.rs
1 fn main() {
2 struct Test {
3 Very
4 Bad //~ ERROR found `Bad`
5 Stuff
6 }
7 }