-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustfmt use
declarations
#125443
rustfmt use
declarations
#125443
Conversation
Finished benchmarking commit (2e63026): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary -3.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 767.825s -> 769.325s (0.20%) |
This has created a ton of merge conflicts, and most annoyingly it has undone #127090 which deliberately avoided rustfmt's brute naïveté to allow more than one options PR to coexist. |
You can use |
In rust-lang#125443 this comment ended up in the wrong spot. I'm not sure why; after careful checking this was the only case I could find like this.
This isn't especially noisy, but a |
Done in #128478. |
…e-revs, r=jieyouxu Ignore `use` declaration reformatting in `.git-blame-ignore-revs`. The reformatting was done in rust-lang#125443. r? `@lcnr`
Rollup merge of rust-lang#128478 - nnethercote:update-git-blame-ignore-revs, r=jieyouxu Ignore `use` declaration reformatting in `.git-blame-ignore-revs`. The reformatting was done in rust-lang#125443. r? `@lcnr`
Formatting tweaks Some small post-rust-lang#125443 formatting tweaks. r? `@cuviper`
Formatting tweaks Some small post-rust-lang#125443 formatting tweaks. r? ``@cuviper``
Rollup merge of rust-lang#128368 - nnethercote:rustfmt-tweaks, r=cuviper Formatting tweaks Some small post-rust-lang#125443 formatting tweaks. r? ``@cuviper``
This PR implements rust-lang/compiler-team#750, which changes how
use
declarations are formatted by adding these options torustfmt.toml
:r? @ghost