We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
warn(unreachable_pub)
rustc_hir
1 parent fa18140 commit bffa224Copy full SHA for bffa224
compiler/rustc_hir/src/lib.rs
@@ -10,6 +10,7 @@
10
#![feature(never_type)]
11
#![feature(rustc_attrs)]
12
#![feature(variant_count)]
13
+#![warn(unreachable_pub)]
14
// tidy-alphabetical-end
15
16
extern crate self as rustc_hir;
0 commit comments