summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-68000-unicode-ident-after-missing-comma.rs
blob: 3c49a5a975209eedc7b31ec2496bf72abefce925 (plain)
1
2
3
4
5
6
pub struct Foo {
    pub bar: Vec<i32>ö
    //~^ ERROR expected `,`, or `}`, found `ö`
} //~ ERROR expected `:`, found `}`

fn main() {}