Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the
num_lit
grammar in the reference manual.
- Cause `0` to be considered a valid integer literal (it is). - Add octal literals (missed from rust-lang#10243). I have *not* modified doc/po/rust.md.pot or doc/po/ja/rust.md.po at all; they already seem to be out of date so it's easier to ignore them for myself. I can update them if desired, of course.
- Loading branch information
9fa32c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+ quite silly!