We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
warn(unreachable_pub)
rustc_resolve
1 parent 7f52540 commit a0628d5Copy full SHA for a0628d5
compiler/rustc_resolve/src/lib.rs
@@ -21,6 +21,7 @@
21
#![feature(let_chains)]
22
#![feature(rustc_attrs)]
23
#![feature(rustdoc_internals)]
24
+#![warn(unreachable_pub)]
25
// tidy-alphabetical-end
26
27
use std::cell::{Cell, RefCell};
0 commit comments