blob: 00b241b9054cd0c554c9664b3b4a184c8f0643e0 [file] [log] [blame]
// Testing that semicolon tokens are printed correctly in errors
fn main()
{
let x = 3
} //~ ERROR: expected one of `.`, `;`, `?`, or an operator, found `}`