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.
1 parent 3dc11d3 commit b601c82Copy full SHA for b601c82
src/tokens.md
@@ -405,20 +405,6 @@ Examples of integer literals of various forms:
405
406
Note that `-1i8`, for example, is analyzed as two tokens: `-` followed by `1i8`.
407
408
-Examples of invalid integer literals:
409
-
410
-```rust,compile_fail
411
-// uses numbers of the wrong base
412
413
-0b0102;
414
-0o0581;
415
416
-// bin, hex, and octal literals must have at least one digit
417
418
-0b_;
419
-0b____;
420
-```
421
422
#### Tuple index
423
424
> **<sup>Lexer</sup>**\
0 commit comments