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