Reading issue
rust-lang / rust · Issue No. 160583
Feature gate: #![feature(default_ignorable)]
This is a tracking issue for a function to query the Default_Ignorable_Code_Point Unicode property for a character.
// core
impl char {
pub fn is_default_ignorable(self) -> bool;
}
(Remember to update the S-tracking-* label when checking boxes.)
@rustbot label A-Unicode
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.