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_hir_pretty
1 parent 5acf4e7 commit 3aae994Copy full SHA for 3aae994
compiler/rustc_hir_pretty/src/lib.rs
@@ -3,6 +3,7 @@
3
4
// tidy-alphabetical-start
5
#![recursion_limit = "256"]
6
+#![warn(unreachable_pub)]
7
// tidy-alphabetical-end
8
9
use std::cell::Cell;
0 commit comments