fn main() {} trait T { fn qux() -> Option { let _ = if true { }); //~^ ERROR expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `;` //~| ERROR expected one of `.`, `;`, `?`, `else`, or an operator, found `}` //~| ERROR expected identifier, found `;` Some(4) }