rust/compiler/rustc_lint
Matthias Krüger 13840b3b1d
Rollup merge of #119195 - asquared31415:named_asm_labels_fix, r=Amanieu
Make named_asm_labels lint not trigger on unicode and trigger on format args

Someone showed me some cursed code that used format args to create named labels, and rustc wasn't linting on that.  Additionally while fixing that, I noticed that Unicode alphabetic characters were being used as part of labels, when they are not actually permitted in labels.

r? ```@Amanieu```
2024-01-04 08:33:22 +01:00
..
src Rollup merge of #119195 - asquared31415:named_asm_labels_fix, r=Amanieu 2024-01-04 08:33:22 +01:00
Cargo.toml
messages.ftl Add warn-by-default lint against ambiguous wide pointer comparisons 2023-12-06 09:03:48 +01:00