docs: add Rust logo to more compiler crates
c6e6ecb1af
added it to some of the
compiler's crates, but avoided adding it to all of them to reduce
bit-rot. This commit adds to more.
This commit is contained in:
parent
4af886f8ab
commit
2ff2624722
18 changed files with 51 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
// 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.
|
||||
|
||||
#![cfg_attr(not(bootstrap), allow(internal_features))]
|
||||
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
|
||||
#![cfg_attr(not(bootstrap), doc(rust_logo))]
|
||||
|
||||
pub use rustc_driver_impl::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue