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_pattern_analysis
1 parent fc8beed commit ccd734dCopy full SHA for ccd734d
compiler/rustc_pattern_analysis/src/lib.rs
@@ -6,6 +6,7 @@
6
#![allow(rustc::diagnostic_outside_of_impl)]
7
#![allow(rustc::untranslatable_diagnostic)]
8
#![cfg_attr(feature = "rustc", feature(let_chains))]
9
+#![warn(unreachable_pub)]
10
// tidy-alphabetical-end
11
12
pub mod constructor;
0 commit comments