Add a tidy check to enforce that all compiler/*/Cargo.toml
contains lints.workspace = true
#138195
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-tidy
Area: The tidy tool
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
To consistently enforce lints across all
compiler/
crates after #138084.I.e. check that all compiler crates have
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).The text was updated successfully, but these errors were encountered: