X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2Fsrc%2Flib.rs;h=ab29f7bdeebdf613325dce81a4d0323e01f981cf;hb=d08af68f229e6e79eae3460046a17cccebcd577f;hp=825c8541f0d18de0196d0ad9562be68c8cb16438;hpb=83a28ef095ba4179a63196f16eadd97f110d6cb3;p=rust.git diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 825c8541f0d..ab29f7bdeeb 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -195,7 +195,7 @@ #![feature(const_refs_to_cell)] #![feature(decl_macro)] #![feature(deprecated_suggestion)] -#![cfg_attr(not(bootstrap), feature(derive_const))] +#![feature(derive_const)] #![feature(doc_cfg)] #![feature(doc_notable_trait)] #![feature(rustdoc_internals)]