#![warn(unreachable_pub)]
compiler/
It's no longer necessary now that `-Wunreachable_pub` is being passed.
For more information about how rustc works, see the rustc dev guide.