rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
93.58k stars 12.05k forks source link

Add `rustfmt` cfg to well known cfgs list #124742

Closed Urgau closed 1 week ago

Urgau commented 1 week ago

This PR adds the rustfmt cfg to the well known cfgs list.

Related to https://github.com/rust-lang/rust/issues/124735

rustbot commented 1 week ago

r? @michaelwoerister

rustbot has assigned @michaelwoerister. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

rust-log-analyzer commented 1 week ago

The job x86_64-gnu-tools failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain downloading https://ci-artifacts.rust-lang.org/rustc-builds-alt/69ffc0d3a3c619009bcb27b8f61d810e27b12612/rust-dev-nightly-x86_64-unknown-linux-gnu.tar.xz curl: (22) The requested URL returned error: 404 ERROR: failed to download llvm from ci HELP: There could be two reasons behind this: 1) The host triple is not supported for `download-ci-llvm`. 2) Old builds get deleted after a certain time. HELP: In either case, disable `download-ci-llvm` in your config.toml: [llvm] download-ci-llvm = false Build completed unsuccessfully in 0:00:00 ```
fmease commented 1 week ago

r? fmease @bors r+ rollup

bors commented 1 week ago

:pushpin: Commit f90b15b7fc49b85a9c829b1c04475a0606f7f99f has been approved by fmease

It is now in the queue for this repository.