summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recover-struct.rs
blob: bfa5b454c0a8b37b1c6f0e56bef757fd63f68c25 (plain)
1
2
3
4
5
6
7
fn main() {
    struct Test {
        Very
        Bad //~ ERROR found `Bad`
        Stuff
    }
}