about summary refs log tree commit diff
path: root/src/liballoc/string.rs
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-06-13 17:15:04 -0400
committerGitHub <noreply@github.com>2017-06-13 17:15:04 -0400
commit9242f22666e44d525e57a6f4ade91be450f0ee2e (patch)
tree03f28fa7e4ab70baca8217f633446e0811f3a32b /src/liballoc/string.rs
parentd60b291c8f83b9ce82281dc60e18861623ff8946 (diff)
parentc291e87dae377c3632c6731d618ef1433d79b041 (diff)
downloadrust-9242f22666e44d525e57a6f4ade91be450f0ee2e.tar.gz
rust-9242f22666e44d525e57a6f4ade91be450f0ee2e.zip
Rollup merge of #42638 - arthurpaimarnold:lexer_rule_for_octal, r=petrochenkov
Possible mistake in lexer rule for octal integer

Original rule allowed for digits 0-8, but octal is 0-7.

The compiler correctly prevents you from placing an 8 in an octal, so I'm assuming this is caught on a later stage. Still, shouldn't the lexer already catch this?
Diffstat (limited to 'src/liballoc/string.rs')
0 files changed, 0 insertions, 0 deletions