Add warn(unreachable_pub) to rustc_interface.

This commit is contained in:
Nicholas Nethercote 2024-08-27 15:11:54 +10:00
parent 688792715b
commit a941a4be77

View File

@ -2,6 +2,7 @@
#![feature(decl_macro)]
#![feature(let_chains)]
#![feature(try_blocks)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
mod callbacks;