Closed
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>