We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When I run ./x.py fmt in a clean checkout, I get the following:
./x.py fmt
fmt: formatted 5534 modified files
If I now change a single file manually, it says instead:
fmt: formatted modified file library/core/src/ptr/mod.rs
Cc @rust-lang/bootstrap