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 #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.
saw approval from cmr
at chris-morgan@9fa32c0
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.
merging chris-morgan/rust/fix-num_lit-grammar-in-the-reference-manaul = 9fa32c0 into auto
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.
chris-morgan/rust/fix-num_lit-grammar-in-the-reference-manaul = 9fa32c0 merged ok, testing candidate = 6c8e337
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/2492
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/338
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/338
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/2496
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1602
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1601
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/2508
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1600
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1600
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/2509
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1600
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1600
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/1676
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/2496
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1600
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1602
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/2272
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.
fast-forwarding master to auto = 6c8e337