blob: dcc03fec545cdb2b3a27275a09ed992700c25d35 [file] [log] [blame]
// FIXME(31528) we emit a bunch of silly errors here due to continuing past the
// first one. This would be easy-ish to address by better recovery in tokenisation.
//~vvvvv ERROR mismatched closing delimiter: `}`
pub fn trace_option(option: Option<isize>) {
option.map(|some| 42;
}
fn main() {}