Add warn(unreachable_pub)
to rustc_codegen_ssa
.
This commit is contained in:
parent
61627438eb
commit
cc8444274b
4 changed files with 8 additions and 7 deletions
|
@ -12,6 +12,7 @@
|
|||
#![feature(rustdoc_internals)]
|
||||
#![feature(strict_provenance)]
|
||||
#![feature(try_blocks)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
//! This crate contains codegen code that is used by all codegen backends (LLVM and others).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue