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_lexer
1 parent a941a4b commit 6c84c55Copy full SHA for 6c84c55
compiler/rustc_lexer/src/lib.rs
@@ -23,6 +23,7 @@
23
// We want to be able to build this crate with a stable compiler,
24
// so no `#![feature]` attributes should be added.
25
#![deny(unstable_features)]
26
+#![warn(unreachable_pub)]
27
// tidy-alphabetical-end
28
29
mod cursor;
0 commit comments