#![warn(unreachable_pub)]
compiler/
It's no longer necessary now that `-Wunreachable_pub` is being passed.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.