about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-01-15 15:21:20 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-01-15 17:31:10 -0500
commitc819a4c0255fc8857ebadb74763edd9b9f9c9601 (patch)
tree063948cf35b251a4c5314f46da46cb1bfdb27fd8 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent5053db7c006a22060fc87c227339ddc6ee8d8ec0 (diff)
downloadrust-c819a4c0255fc8857ebadb74763edd9b9f9c9601.tar.gz
rust-c819a4c0255fc8857ebadb74763edd9b9f9c9601.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions