]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_driver/src/lib.rs
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / compiler / rustc_driver / src / lib.rs
CommitLineData
fe692bf9 1// This crate is intentionally empty and a re-export of `rustc_driver_impl` to allow the code in
9ffffee4 2// `rustc_driver_impl` to be compiled in parallel with other crates.
1a4d82fc 3
4b012472
FG
4#![allow(internal_features)]
5#![feature(rustdoc_internals)]
6#![doc(rust_logo)]
ed00b5ec 7
9ffffee4 8pub use rustc_driver_impl::*;