blob: 49e7a2f536f2a21ca59334561a4e56dfe16e4780 [file] [log] [blame]
// compile-flags: -Z continue-parse-after-error
pub fn test() {
foo(|_|) //~ ERROR expected expression, found `)`
}
fn main() { }