Apply NFKC normalization to unicode identifiers in the lexer (#10412)

This commit is contained in:
Alex Waygood
2024-03-18 11:56:56 +00:00
committed by GitHub
parent bb540718c2
commit 92e6026446
9 changed files with 68 additions and 15 deletions

View File

@@ -28,6 +28,7 @@ rustc-hash = { workspace = true }
static_assertions = { workspace = true }
unicode-ident = { workspace = true }
unicode_names2 = { workspace = true }
unicode-normalization = { workspace = true }
[dev-dependencies]
insta = { workspace = true }