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
|
@ -4,6 +4,7 @@
|
|||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![doc(rust_logo)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
// NOTE: This crate only exists to allow linking on mingw targets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue