mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
auto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon
...s. I freely admit I have not run a "make check" on this (trivial) change.
This commit is contained in:
commit
292e946163
@ -297,7 +297,7 @@ the following forms:
|
||||
num_lit : nonzero_dec [ dec_digit | '_' ] * num_suffix ?
|
||||
| '0' [ [ dec_digit | '_' ] + num_suffix ?
|
||||
| 'b' [ '1' | '0' | '_' ] + int_suffix ?
|
||||
| 'x' [ hex_digit | '-' ] + int_suffix ? ] ;
|
||||
| 'x' [ hex_digit | '_' ] + int_suffix ? ] ;
|
||||
|
||||
num_suffix : int_suffix | float_suffix ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user