Open
Description
Raised by @Jules-Bertholet in rust-lang/rust#120697
It could be desirable to NFC-normalize identifiers so as to remove these kinds of inconsistencies.
However, it seems plausible that this may cause issues if the identifiers are not local, e.g. they come from another crate that does not run rustfmt.
It may make sense, however, if rustc itself linted against non-NFC-normalized idents?
Metadata
Metadata
Assignees
Labels
No labels