Sign in
rust
/
rust
/
8f59eb017753e4e72f0d2b0a736ba9172002e321
/
.
/
compiler
/
rustc_driver
/
src
/
lib.rs
blob: 0cd0b51b6ad4999f2ebedb6c4f4208b672ef0580 [
file
] [
log
] [
blame
]
// 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
::*;