rust/compiler/rustc_lint_defs
Joshua Nelson c819a4c025 Don't mark ineffective_unstable_trait_impl as an internal lint
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.
2021-01-15 17:31:10 -05:00
..
src Don't mark ineffective_unstable_trait_impl as an internal lint 2021-01-15 17:31:10 -05:00
Cargo.toml Introduce missing ABI lint on extern blocks 2021-01-13 07:49:16 -05:00