We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
warn(unreachable_pub)
rustc_llvm
1 parent e7f1922 commit 22cdd63Copy full SHA for 22cdd63
compiler/rustc_llvm/src/lib.rs
@@ -3,6 +3,7 @@
3
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
4
#![doc(rust_logo)]
5
#![feature(rustdoc_internals)]
6
+#![warn(unreachable_pub)]
7
// tidy-alphabetical-end
8
9
// NOTE: This crate only exists to allow linking on mingw targets.
0 commit comments