rust/compiler/rustc_parse
Nicholas Nethercote 99d02fb40f Optimize check_keyword_case.
`to_lowercase` allocates, but `eq_ignore_ascii_case` doesn't. This path
is hot enough that this makes a small but noticeable difference in
benchmarking.
2024-11-13 08:43:47 +11:00
..
2024-11-13 08:43:47 +11:00
2024-10-12 21:57:50 +00:00