mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
0c94f631d8
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