Skip to content

Commit b9cf2d7

Browse files
luojia65Amanieu
authored andcommitted
crate: use target feature v1.1
1 parent 5994c15 commit b9cf2d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/core_arch/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
allow_internal_unstable,
3333
decl_macro,
3434
bench_black_box,
35-
asm_const
35+
asm_const,
36+
target_feature_11
3637
)]
3738
#![cfg_attr(test, feature(test, abi_vectorcall))]
3839
#![deny(clippy::missing_inline_in_public_items)]

0 commit comments

Comments
 (0)