Skip to content

Commit

Permalink
crate: use target feature v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luojia65 authored and Amanieu committed Sep 13, 2022
1 parent 5994c15 commit b9cf2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
allow_internal_unstable,
decl_macro,
bench_black_box,
asm_const
asm_const,
target_feature_11
)]
#![cfg_attr(test, feature(test, abi_vectorcall))]
#![deny(clippy::missing_inline_in_public_items)]
Expand Down

0 comments on commit b9cf2d7

Please sign in to comment.