rust/src/librustdoc/clean/utils
Smitty f84b4c51ce Valid underscores in hex/octal/binary literal docs
Currently hex/octal/binary literals with computed values are displayed
like `0_xff_fff_fffu32`, which is invalid since underscores can't be in
the middle of integer prefixes. This properly formats prefixed integers.
2021-05-03 20:11:09 -04:00
..
tests.rs Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00