Skip to content

Commit c5cafd6

Browse files
committed
Add features gates for experimental asm features
1 parent 3bdfd6a commit c5cafd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
#![feature(try_blocks)]
194194
#![feature(unboxed_closures)]
195195
#![feature(unsized_fn_params)]
196+
#![cfg_attr(not(bootstrap), feature(asm_const))]
196197
//
197198
// Target features:
198199
#![feature(aarch64_target_feature)]

0 commit comments

Comments
 (0)