mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 11:10:39 +00:00
Account for C string literals and `format_args` in `HiddenUnicodeCodepoints` lint This is stacked on #134955, and either that can land first or both of them can land together here. I split this out because this is a bit more involved of an impl. Fixes #94945