Add features gates for experimental asm features

This commit is contained in:
Amanieu d'Antras
2021-10-27 18:37:18 +01:00
parent 3831aaa13c
commit eb32c00216
42 changed files with 243 additions and 98 deletions

View File

@@ -193,6 +193,7 @@
#![feature(try_blocks)]
#![feature(unboxed_closures)]
#![feature(unsized_fn_params)]
#![cfg_attr(not(bootstrap), feature(asm_const))]
//
// Target features:
#![feature(aarch64_target_feature)]