Sign in
rust
/
rust
/
7d20cf852fd1de9aa62ed0d2b4f2e5d2afdbff29
/
.
/
compiler
/
rustc_driver
/
src
/
lib.rs
blob: 54699831e3717d51e841a84af8697d474728683a [
file
]
// 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.
#[
doc
(
no_inline
)]
pub
use
rustc_driver_impl
::*;