Closed
Description
Example code:
m!(a: b!(c!) % f);
Is formatted into:
m!(a: b!(c!) % % f);
Which is not identical.
Noticed with https://github.com/xfix/advent-of-code-2017/blob/master/day18/src/main.rs with >>
operator, and simplified.
This happens on playpen.