"force_multiline_blocks = true" is non-idempotent #4897
Labels
a-matches
match arms, patterns, blocks, etc
bug
Panic, non-idempotency, invalid code, etc.
only-with-option
requires a non-default option value to reproduce
To reproduce, start with this code:
and this
rustfmt.toml
:Run rustfmt once. It makes the following changes:
Then run it again. It makes further changes:
This is a bug, rustfmt should be idempotent (i.e., running it a 2nd time should not change anything).
The text was updated successfully, but these errors were encountered: