Add nfc_normalize_idents flag#6072
Conversation
|
@Jules-Bertholet when you have a moment can you remove the fix for #6069 from this PR and open a separate PR that independently addresses that issue. |
|
The test for the |
Yeah, I'd rather split them out. The fix for #6069 will be easier to land, and then we can keep iterating on this new configuration. |
Also fixes rust-lang#6069.
9701955 to
48352e3
Compare
There was a problem hiding this comment.
Remark: since after rust-lang/rust#149192 we also NFC-normalize lifetimes, so it would be good to either:
- NFC-normalize lifetimes too, or
- Add negative test coverage to show that this PR doesn't NFC-normalize lifetimes.
Addresses #6058 @ytmimi