Closed as not planned
Closed as not planned
Enhancement
Description
To consistently enforce lints across all compiler/
crates after #138084.
I.e. check that all compiler crates have
[lints]
workspace = true
see #138084 (comment) #138084 (comment).
See also #138106; note that this is only applicable for non-tool lints (i.e. not for rustc::xxx
internal tool lints).
Metadata
Metadata
Assignees
Labels
Area: Lints (warnings about flaws in source code) such as unused_mut.Area: The tidy toolCategory: An issue proposing an enhancement or a PR with one.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the compiler team, which will review and decide on the PR/issue.