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_symbol_mangling
1 parent f8c7946 commit ae3aaf7Copy full SHA for ae3aaf7
compiler/rustc_symbol_mangling/src/lib.rs
@@ -93,6 +93,7 @@
93
#![doc(rust_logo)]
94
#![feature(let_chains)]
95
#![feature(rustdoc_internals)]
96
+#![warn(unreachable_pub)]
97
// tidy-alphabetical-end
98
99
use rustc_hir::def::DefKind;
0 commit comments