@@ -192,12 +192,12 @@ |
|
|
192 |
192 |
// |
193 |
193 |
// Language features: |
194 |
194 |
// tidy-alphabetical-start |
|
195 |
+#![cfg_attr(bootstrap, feature(asm_const))] |
195 |
196 |
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))] |
196 |
197 |
#![feature(abi_unadjusted)] |
197 |
198 |
#![feature(adt_const_params)] |
198 |
199 |
#![feature(allow_internal_unsafe)] |
199 |
200 |
#![feature(allow_internal_unstable)] |
200 |
|
-#![feature(asm_const)] |
201 |
201 |
#![feature(auto_traits)] |
202 |
202 |
#![feature(cfg_sanitize)] |
203 |
203 |
#![feature(cfg_target_has_atomic)] |