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 d5d4619 commit ddd26b4Copy full SHA for ddd26b4
src/doc/rustc/src/symbol-mangling/v0.md
@@ -1006,7 +1006,7 @@ A *lower* and *upper* is an ASCII lower and uppercase letter respectively.
1006
1007
> [base-62-number] → { *[digit]* | *[lower]* | *[upper]* } `_`
1008
1009
-A *base-62-number* is an encoding of a 64-bit numeric value.
+A *base-62-number* is an encoding of a numeric value.
1010
It uses ASCII numbers and lowercase and uppercase letters.
1011
The value is terminated with the `_` character.
1012
If the value is 0, then the encoding is the `_` character without any digits.
0 commit comments