stabilize asm_const · patricklam/verify-rust-std@c6dc243 (original) (raw)

Original file line number Diff line number Diff line change
@@ -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)]