1
Fork 0

Reword confusable idents lint

Fix #76140.
This commit is contained in:
Esteban Küber 2023-08-04 16:46:08 +00:00
parent c435af0d5c
commit 553508c22e
5 changed files with 15 additions and 11 deletions

View file

@ -222,6 +222,7 @@ impl EarlyLintPass for NonAsciiIdents {
existing_sym: *existing_symbol,
sym: symbol,
label: *existing_span,
main_label: sp,
},
);
}