blob: 195fc71b649d3e60edc407acc28088c23e4fbc01 (
plain)
1
2
3
4
5
6
7
|
// This crate is intentionally empty and a rexport of `rustc_driver_impl` to allow the code in
// `rustc_driver_impl` to be compiled in parallel with other crates.
#![allow(unused_extern_crates)]
extern crate rustc_driver_impl;
pub use rustc_driver_impl::*;
|