blob: 3c49a5a975209eedc7b31ec2496bf72abefce925 [file] [log] [blame]
pub struct Foo {
pub bar: Vec<i32
//~^ ERROR expected `,`, or `}`, found `ö`
} //~ ERROR expected `:`, found `}`
fn main() {}