Add warn(unreachable_pub)
to rustc_monomorphize
.
This commit is contained in:
parent
8a8dd3f33e
commit
e3062147de
5 changed files with 22 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
// tidy-alphabetical-start
|
||||
#![feature(array_windows)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
use rustc_hir::lang_items::LangItem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue