Skip to content
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

Tracking Issue for --print=crate-root-lint-levels #139180

Open
3 tasks
Urgau opened this issue Mar 31, 2025 · 0 comments
Open
3 tasks

Tracking Issue for --print=crate-root-lint-levels #139180

Urgau opened this issue Mar 31, 2025 · 0 comments
Labels
A-CLI Area: Command-line interface (CLI) to the compiler A-print-requests Area: print requests (`--print=...`) C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@Urgau
Copy link
Member

Urgau commented Mar 31, 2025

This is a tracking issue for the MCP 833 "Add --print=crate-root-lint-levels to retrieve lints levels" (rust-lang/compiler-team#833).
The flag is gated under -Zunstable-options.

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.

A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.

Steps

Unresolved Questions

  • Should renamed lints be included?
  • Should removed lints be included?

Implementation history

  • N/A
@Urgau Urgau added the C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC label Mar 31, 2025
@fmease fmease added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-CLI Area: Command-line interface (CLI) to the compiler A-print-requests Area: print requests (`--print=...`) labels Mar 31, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Apr 2, 2025
…eyouxu

Add unstable `--print=crate-root-lint-levels`

This PR implements `--print=crate-root-lint-levels` from MCP 833 rust-lang/compiler-team#833.

Tracking issue: rust-lang#139180

Best reviewed commit by commit.
TaKO8Ki added a commit to TaKO8Ki/rust that referenced this issue Apr 2, 2025
…eyouxu

Add unstable `--print=crate-root-lint-levels`

This PR implements `--print=crate-root-lint-levels` from MCP 833 rust-lang/compiler-team#833.

Tracking issue: rust-lang#139180

Best reviewed commit by commit.
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Apr 2, 2025
Rollup merge of rust-lang#139184 - Urgau:crate-root-lint-levels, r=jieyouxu

Add unstable `--print=crate-root-lint-levels`

This PR implements `--print=crate-root-lint-levels` from MCP 833 rust-lang/compiler-team#833.

Tracking issue: rust-lang#139180

Best reviewed commit by commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI Area: Command-line interface (CLI) to the compiler A-print-requests Area: print requests (`--print=...`) C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants