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_error_messages
1 parent d607cfb commit 2b56212Copy full SHA for 2b56212
compiler/rustc_error_messages/src/lib.rs
@@ -4,6 +4,7 @@
4
#![feature(rustc_attrs)]
5
#![feature(rustdoc_internals)]
6
#![feature(type_alias_impl_trait)]
7
+#![warn(unreachable_pub)]
8
// tidy-alphabetical-end
9
10
use std::borrow::Cow;
0 commit comments