blob: b97e22f7d910b37e762e8114a20a67ff4dada237 [file] [log] [blame]
// Test that we do some basic error correction in the tokeniser.
fn main() {
foo(bar(;
//~^ ERROR: expected expression, found `;`
}
//~^ ERROR: incorrect close delimiter: `}`