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() { fail []; }
/Users/jruderman/Desktop/a.rs:2:9:2:10: error: expected ';' or '}' after expression but found [
The parser should accept this, leaving it for the type-checker to complain about. Found through AST fuzzing.