-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
Currently, rustfmt modifies these statements to include a space around the equal sign, but error messages don't do this. I'd appreciate if this were changed to follow rustfmt because I use Fira Code which converts =<
into a ligature for ≤
, and statements like the below format awkwardly:
std::ops::Index<std::ops::RangeFrom<usize>, Output=<T as strlike::StrLike>::Data>
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.