Feature gate: #![feature(char_unassigned_private_use)]
This is a tracking issue for the is_assigned and is_private_use methods on char.
Public API
// core
impl char {
pub fn is_assigned(self) -> bool;
pub const fn is_private_use(self) -> bool;
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
Unresolved Questions
Feature gate:
#![feature(char_unassigned_private_use)]This is a tracking issue for the
is_assignedandis_private_usemethods onchar.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)char::is_private_useandchar::is_assignedunstably public #157946Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩