Not planned
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.
Activity
compiler/
#138084[lints] workspace = true
. #138295jieyouxu commentedon Mar 11, 2025
Actually, closing this as stale since we probably can't go the workspace lint approach due to root manifest not being in
rustc-src
problems.