blob: 337d38f26acb5f0d6d1206e30263849d81314ecd [file] [log] [blame]
// Testing that semicolon tokens are printed correctly in errors
fn main()
{
let x = 3
} //~ ERROR: expected `;` but found `}`