#![warn(unreachable_pub)]
compiler/
It's no longer necessary now that `-Wunreachable_pub` is being passed.
The rustc_sanitizers crate contains the source code for providing support for the sanitizers to the Rust compiler.
rustc_sanitizers