]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-68000-unicode-ident-after-missing-comma.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / parser / issues / issue-68000-unicode-ident-after-missing-comma.rs
1 pub struct Foo {
2     pub bar: Vec<i32>ö
3     //~^ ERROR expected `,`, or `}`, found `ö`
4 } //~ ERROR expected `:`, found `}`
5
6 fn main() {}