1
Fork 0

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:
Matthias Krüger 2024-08-27 18:59:29 +02:00 committed by GitHub
commit 489eb230dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
112 changed files with 743 additions and 703 deletions

View file

@ -2,6 +2,7 @@
#![feature(decl_macro)]
#![feature(let_chains)]
#![feature(try_blocks)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
mod callbacks;