Tracking Issue for const_char_classify
#132241
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_char_is_digit)]
#![feature(const_char_classify)]
This is a tracking issue for supporting
char::is_digit
andchar::is_whitespace
in const scenarios.Public API
Steps / History
char::is_digit
in const contexts. #132242Unresolved Questions
The text was updated successfully, but these errors were encountered: