Skip to content

Commit c6dc243

Browse files
committed
stabilize asm_const
1 parent 7334c71 commit c6dc243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@
192192
//
193193
// Language features:
194194
// tidy-alphabetical-start
195+
#![cfg_attr(bootstrap, feature(asm_const))]
195196
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))]
196197
#![feature(abi_unadjusted)]
197198
#![feature(adt_const_params)]
198199
#![feature(allow_internal_unsafe)]
199200
#![feature(allow_internal_unstable)]
200-
#![feature(asm_const)]
201201
#![feature(auto_traits)]
202202
#![feature(cfg_sanitize)]
203203
#![feature(cfg_target_has_atomic)]

0 commit comments

Comments
 (0)