Skip to content

Conversation

Alexendoo
Copy link
Member

Fixes #12623
Fixes rust-lang/cargo#14385

r? @flip1995

changelog: none

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 27, 2024
@flip1995
Copy link
Member

@bors r+

Thanks! Great investigation efforts!

@bors
Copy link
Contributor

bors commented Sep 27, 2024

📌 Commit 605f88a has been approved by flip1995

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Sep 27, 2024

⌛ Testing commit 605f88a with merge b367d34...

@bors
Copy link
Contributor

bors commented Sep 27, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing b367d34 to master...

@bors bors merged commit b367d34 into rust-lang:master Sep 27, 2024
8 checks passed
@Alexendoo Alexendoo deleted the driver-ignore-print branch September 27, 2024 17:39
github-merge-queue bot pushed a commit that referenced this pull request Aug 26, 2025
#13468 delegated all `--print` requests to `rustc`;
this PR adds an exception to `crate-root-lint-levels`
(rust-lang/rust#139180), i.e.:
```
$ rustc -Zunstable-options --print=crate-root-lint-levels /dev/null | wc -l
230
$ clippy-driver -Zunstable-options --print=crate-root-lint-levels /dev/null | wc -l
230
$ cargo run --bin clippy-driver -- -Zunstable-options --print=crate-root-lint-levels /dev/null | wc -l
1020
```
So as to have a way to print all Clippy lint levels in a
machine-readable format.

----

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cargo caches failed cargo clippy -- --bad-arg clippy caches failures caused by invalid command line options o_O
4 participants