]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-68000-unicode-ident-after-missing-comma.rs
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / 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() {}