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
In the use formatting PR #125443 it was noticed that ./x fmt --all was not idempotent, i.e. ./x fmt --all had to be run twice to reproduce the formatted diff.
(I tried looking for an existing issue for this but couldn't find one.)
Activity
use
declarations #125443Kobzol commentedon Jun 14, 2024
This is not an issue of
./x fmt --all
, but ofrustfmt
. It is not idempotent on this file.Local repro:
Kobzol commentedon Jun 14, 2024
Filed an issue in
rustfmt
: rust-lang/rustfmt#6195.