about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/json.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-02-10 17:28:59 +0100
committerGitHub <noreply@github.com>2020-02-10 17:28:59 +0100
commit6e1b75b7e16a5759567fa6b78f24ee9380681459 (patch)
treecacc70619ae2e911d7b4001d29ebf5b6da83f176 /src/test/rustdoc-ui/coverage/json.rs
parent24260e5baec0b1b9f9b6abf4cf4033686034df3f (diff)
parentea958422da4f90b7158e007d5c3226c41d0a5f57 (diff)
downloadrust-6e1b75b7e16a5759567fa6b78f24ee9380681459.tar.gz
rust-6e1b75b7e16a5759567fa6b78f24ee9380681459.zip
Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=Centril
Make ASCII ctype functions unstably const

Makes the following inherent methods on `u8` and `char` unstable `const fn`:

 * `is_ascii_alphabetic`
 * `is_ascii_uppercase`
 * `is_ascii_lowercase`
 * `is_ascii_alphanumeric`
 * `is_ascii_digit`
 * `is_ascii_hexdigit`
 * `is_ascii_punctuation`
 * `is_ascii_graphic`
 * `is_ascii_whitespace`
 * `is_ascii_control`

cc #68983
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions