mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 11:37:32 +00:00
5 lines
197 B
Rust
5 lines
197 B
Rust
// This crate is intentionally empty and a re-export 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::*;
|