Skip to content

Commit a941a4b

Browse files
committed
Add warn(unreachable_pub) to rustc_interface.
1 parent 6887927 commit a941a4b

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_interface/src

1 file changed

+1
-0
lines changed

compiler/rustc_interface/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![feature(decl_macro)]
33
#![feature(let_chains)]
44
#![feature(try_blocks)]
5+
#![warn(unreachable_pub)]
56
// tidy-alphabetical-end
67

78
mod callbacks;

0 commit comments

Comments
 (0)