1 2 3 4 5 6 7
// compile-flags: -Z continue-parse-after-error pub fn test() { foo(|_|) //~ ERROR expected expression, found `)` } fn main() { }