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.
2 parents 818cbdc + 539baf2 commit de1dc99Copy full SHA for de1dc99
src/tokens.md
@@ -318,7 +318,7 @@ literal_. The grammar for recognizing the two kinds of literals is mixed.
318
>
319
> INTEGER_SUFFIX :
320
> `u8` | `u16` | `u32` | `u64` | `usize`
321
-> | `i8` | `u16` | `i32` | `i64` | `usize`
+> | `i8` | `i16` | `i32` | `i64` | `isize`
322
323
<!-- FIXME: separate the DECIMAL_LITERAL with no prefix or suffix (used on tuple indexing and float_literal -->
324
<!-- FIXME: u128 and i128 -->
0 commit comments