]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_feature/src/lib.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / compiler / rustc_feature / src / lib.rs
index 26e0538b0eb4e8e4618265aa30b81d10e38e2a40..efb83052768bc71baa19b680aceed6e45d5f33c6 100644 (file)
@@ -11,7 +11,6 @@
 //! even if it is stabilized or removed, *do not remove it*. Instead, move the
 //! symbol to the `accepted` or `removed` modules respectively.
 
-#![cfg_attr(bootstrap, feature(derive_default_enum))]
 #![feature(once_cell)]
 
 mod accepted;