fails to format commented code: {…}
#3018
Labels
bug
Panic, non-idempotency, invalid code, etc.
only-with-option
requires a non-default option value to reproduce
rustfmt silently bails out on this code which can be found in the clippy_lints package.
This silent bailout caused my to find #3008 and prevents all further formatting by
cargo fmt
on the clippy_lints crate.The text was updated successfully, but these errors were encountered: