error: expected `,`, or `}`, found `ö` --> $DIR/issue-68000-unicode-ident-after-missing-comma.rs:2:22 | LL | pub bar: Vecö | ^ help: try adding a comma: `,` error: expected `:`, found `}` --> $DIR/issue-68000-unicode-ident-after-missing-comma.rs:4:1 | LL | pub struct Foo { | --- while parsing this struct LL | pub bar: Vecö | - expected `:` LL | LL | } | ^ unexpected token error: aborting due to 2 previous errors