mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 17:45:30 +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