We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn main() { if (ret) { } }
/Users/jruderman/Desktop/a.rs:2:15:2:16: error: unexpected token: )
This should be accepted by both the parser and the type-checker (but perhaps trigger a warning). Found through AST fuzzing.