]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-68000-unicode-ident-after-missing-comma.stderr
Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez
[rust.git] / src / test / ui / parser / issues / issue-68000-unicode-ident-after-missing-comma.stderr
1 error: expected `,`, or `}`, found `ö`
2   --> $DIR/issue-68000-unicode-ident-after-missing-comma.rs:2:22
3    |
4 LL |     pub bar: Vec<i32>ö
5    |                      ^ help: try adding a comma: `,`
6
7 error: expected `:`, found `}`
8   --> $DIR/issue-68000-unicode-ident-after-missing-comma.rs:4:1
9    |
10 LL |     pub bar: Vec<i32>ö
11    |                       - expected `:`
12 LL |
13 LL | }
14    | ^ unexpected token
15
16 error: aborting due to 2 previous errors
17