Skip to content

Conversation

ShE3py
Copy link
Contributor

@ShE3py ShE3py commented 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

@rustbot
Copy link
Collaborator

rustbot commented Aug 26, 2025

r? @llogiq

rustbot has assigned @llogiq.
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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Aug 26, 2025
Copy link
Contributor

@llogiq llogiq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@llogiq llogiq added this pull request to the merge queue Aug 26, 2025
Merged via the queue into rust-lang:master with commit 9bfa95b Aug 26, 2025
16 of 19 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants