blob: 4eabba575f42a425ef264e2d177e9178c9848af7 (
plain)
1
2
3
4
|
// This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
// `rustc_driver_impl` to be compiled in parallel with other crates.
pub use rustc_driver_impl::*;
|