Skip to content

Commit 47de491

Browse files
Enable llvm_asm for verify
1 parent afd985b commit 47de491

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@
210210
core_intrinsics,
211211
stmt_expr_attributes,
212212
crate_visibility_modifier,
213-
custom_inner_attributes
213+
custom_inner_attributes,
214+
llvm_asm
214215
)]
215216
#![allow(non_camel_case_types, non_snake_case,
216217
clippy::cast_possible_truncation,

verify/verify/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(warnings, rust_2018_idioms)]
2-
#![cfg_attr(test, feature(avx512_target_feature, abi_vectorcall, asm))]
2+
#![cfg_attr(test, feature(avx512_target_feature, abi_vectorcall, llvm_asm))]
33

44
#[cfg(test)]
55
mod api;

0 commit comments

Comments
 (0)