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_index
1 parent 37becf7 commit 46fe09fCopy full SHA for 46fe09f
compiler/rustc_index/src/lib.rs
@@ -3,6 +3,7 @@
3
#![cfg_attr(feature = "nightly", allow(internal_features))]
4
#![cfg_attr(feature = "nightly", feature(extend_one, new_uninit, step_trait, test))]
5
#![cfg_attr(feature = "nightly", feature(new_zeroed_alloc))]
6
+#![warn(unreachable_pub)]
7
// tidy-alphabetical-end
8
9
pub mod bit_set;
0 commit comments