about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorAshley Mannix <kodraus@hey.com>2021-01-31 21:50:47 +1000
committerAshley Mannix <kodraus@hey.com>2021-01-31 21:50:47 +1000
commit8940a2652e100554acb3e3bc86ee4f37a3e958ee (patch)
tree5538e7494743b75b29b4555eba8379e02e8d8c8f /compiler/rustc_data_structures/src
parent9b3242982202707be2485b1e4cf5f3b34466a38d (diff)
downloadrust-8940a2652e100554acb3e3bc86ee4f37a3e958ee.tar.gz
rust-8940a2652e100554acb3e3bc86ee4f37a3e958ee.zip
stabilize int_bits_const
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)]