about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2021-01-31 16:36:57 +0100
committerGitHub <noreply@github.com>2021-01-31 16:36:57 +0100
commit9165676d91d3e458a57f4f4eacc3975d89be9f5a (patch)
treef1b0d9272f0e8021ea13bb21054700ce52406c2f /compiler/rustc_data_structures/src
parent600b2d3e5a38619a8cbf9b5854e575ee1ffad693 (diff)
parent8940a2652e100554acb3e3bc86ee4f37a3e958ee (diff)
downloadrust-9165676d91d3e458a57f4f4eacc3975d89be9f5a.tar.gz
rust-9165676d91d3e458a57f4f4eacc3975d89be9f5a.zip
Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se
Stabilize int_bits_const

Closes #76904

The FCP to stabilize the `int_bits_const` feature completed on the tracking issue.
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 5880bbd3de4..36d261fb737 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -13,7 +13,6 @@
 #![feature(unboxed_closures)]
 #![feature(generator_trait)]
 #![feature(fn_traits)]
-#![feature(int_bits_const)]
 #![feature(min_specialization)]
 #![feature(auto_traits)]
 #![feature(nll)]