You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is indeed some symptom similarity, but there are also fundamental differences. Crucially, this issue reporting the impact on associated items as valid Rust code vs. #4631 being about call args to macros where folks opt to use the delimiters that instruct rustfmt to format the args as their valid Rust code counterparts if they can be parsed as such.
As of current master, rustfmt applies the following incorrect diff to this valid Rust code.
To reproduce:
cargo run --bin rustfmt repro.rs
The text was updated successfully, but these errors were encountered: