Bump cfg(bootstrap)s

This commit is contained in:
Mark Rousskov 2023-11-13 07:39:17 -05:00
parent b2add8a63e
commit a6493c1f65

View File

@ -12,9 +12,9 @@
* TODO(antoyo): remove the patches. * TODO(antoyo): remove the patches.
*/ */
#![cfg_attr(not(bootstrap), allow(internal_features))] #![allow(internal_features)]
#![cfg_attr(not(bootstrap), doc(rust_logo))] #![doc(rust_logo)]
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))] #![feature(rustdoc_internals)]
#![feature( #![feature(
rustc_private, rustc_private,
decl_macro, decl_macro,