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
112 changed files with 743 additions and 703 deletions

View File

@@ -16,6 +16,7 @@
#![feature(panic_update_hook)]
#![feature(result_flattening)]
#![feature(rustdoc_internals)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
use std::cmp::max;