struct_field_attributes
disappear when running rustfmt
#1535
Labels
bug
Panic, non-idempotency, invalid code, etc.
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
rust-lang/rust#38814 added
struct_field_attributes
to Rust, however,the file:
gets formatted to
which does not compile (it's lost the
#[cfg(test)]
indo_something
)The text was updated successfully, but these errors were encountered: