blob: 4f74df0bf1f392e4d4d2e7bfad92f68cba3f00c7 [file] [log] [blame]
// Test that we do some basic error correction in the tokeniser.
fn main() {
foo(bar(;
//~^ ERROR cannot find function `bar` in this scope
}
//~^ ERROR: mismatched closing delimiter: `}`
fn foo(_: usize) {}