mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +00:00
11 lines
329 B
Rust
11 lines
329 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.
|
|
|
|
// tidy-alphabetical-start
|
|
#![allow(internal_features)]
|
|
#![doc(rust_logo)]
|
|
#![feature(rustdoc_internals)]
|
|
// tidy-alphabetical-end
|
|
|
|
pub use rustc_driver_impl::*;
|