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_fluent_macro
1 parent 0d8d05c commit a510813Copy full SHA for a510813
compiler/rustc_fluent_macro/src/lib.rs
@@ -6,6 +6,7 @@
6
#![feature(proc_macro_diagnostic)]
7
#![feature(proc_macro_span)]
8
#![feature(rustdoc_internals)]
9
+#![warn(unreachable_pub)]
10
// tidy-alphabetical-end
11
12
use proc_macro::TokenStream;
0 commit comments