about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/errors.rs
diff options
context:
space:
mode:
authorKarl Meakin <karl.meakin@arm.com>2025-08-11 00:57:29 +0000
committerKarl Meakin <karl.meakin@arm.com>2025-08-16 01:46:30 +0100
commit1bb9b151c9f9b5116254827f04add845aff33408 (patch)
treef7d3847093f8b44c7512ac5317c9034145048f29 /compiler/rustc_pattern_analysis/src/errors.rs
parentcd7cbe818e4a66d46fe2df993d1b8518eba8a5cd (diff)
downloadrust-1bb9b151c9f9b5116254827f04add845aff33408.tar.gz
rust-1bb9b151c9f9b5116254827f04add845aff33408.zip
refactor: Hard-code `char::is_control`
According to
https://www.unicode.org/policies/stability_policy.html#Property_Value,
the set of codepoints in `Cc` will never change. So we can hard-code
the patterns to match against instead of using a table.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/errors.rs')
0 files changed, 0 insertions, 0 deletions