#![warn(unreachable_pub)]
compiler/
It's no longer necessary now that `-Wunreachable_pub` is being passed.
warn(unreachable_pub)
rustc_arena