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_interface
1 parent 6887927 commit a941a4bCopy full SHA for a941a4b
compiler/rustc_interface/src/lib.rs
@@ -2,6 +2,7 @@
2
#![feature(decl_macro)]
3
#![feature(let_chains)]
4
#![feature(try_blocks)]
5
+#![warn(unreachable_pub)]
6
// tidy-alphabetical-end
7
8
mod callbacks;
0 commit comments