blob: 807a39c8c7f4bab9f2afb90f317679f3bf4e829e [file] [log] [blame]
// Test that we do some basic error correction in the tokeniser (and don't ICE).
fn main() {
if foo {
//~^ ERROR: cannot find value `foo`
) //~ ERROR: incorrect close delimiter: `)`
}