1 2 3 4 5 6
pub struct Foo { pub bar: Vec<i32>ö //~^ ERROR expected `,`, or `}`, found `ö` } //~ ERROR expected `:`, found `}` fn main() {}