Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=Urgau
More `unreachable_pub` Add `unreachable_pub` checking to some more compiler crates. A follow-up to #126013. r? ``@Urgau``
This commit is contained in:
commit
489eb230dd
112 changed files with 743 additions and 703 deletions
|
@ -2,6 +2,7 @@
|
|||
#![feature(decl_macro)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(try_blocks)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
mod callbacks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue