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() { 0o19; }
Gives me:
error: expected one of `;`, `}` but found `9`
It would be better to say something like:
error: `9` is not a valid octal digit