mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 17:07:36 +00:00
9 lines
277 B
Rust
9 lines
277 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.
|
|
|
|
#![allow(internal_features)]
|
|
#![feature(rustdoc_internals)]
|
|
#![doc(rust_logo)]
|
|
|
|
pub use rustc_driver_impl::*;
|