1// This crate is intentionally empty and a re-export of `rustc_driver_impl` to allow the code in 2// `rustc_driver_impl` to be compiled in parallel with other crates. 3 4pub use rustc_driver_impl::*;