Default annotation incorrectly removed on associated types #1255
Labels
bug
Panic, non-idempotency, invalid code, etc.
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
Similar to #945. Occurs when formatting e.g. code equivalent to the following:
The default annotation on Type in the generic implementation of Trait disappears, even though it is meaningful and correct in that position.
The text was updated successfully, but these errors were encountered: