1 2 3 4 5 6 7 8
fn main() {} trait T { fn qux() -> Option<usize> { let _ = if true { }); //~ ERROR mismatched closing delimiter Some(4) }