mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
It's not an internal lint: - It's not in the rustc::internal lint group - It's on unconditionally, because it actually lints `staged_api`, not the compiler This fixes a bug where `#[deny(rustc::internal)]` would warn that `rustc::internal` was an unknown lint.