1
Fork 0

Add warn(unreachable_pub) to rustc_codegen_ssa.

This commit is contained in:
Nicholas Nethercote 2024-07-06 22:30:39 +10:00
parent 61627438eb
commit cc8444274b
4 changed files with 8 additions and 7 deletions

View file

@ -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).