Commit f14637b
authored
Rollup merge of rust-lang#132242 - ultrabear:const_is_digit, r=scottmcm
Support `char::is_digit` in const contexts.
This PR implements [`feature(const_char_is_digit)` rust-lang#132241](rust-lang#132241)1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
323 | 324 | | |
324 | | - | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| |||
0 commit comments