Skip to content

Commit e04182d

Browse files
committed
Fix xcrate-macros test
1 parent 262dd22 commit e04182d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/tests/xcrate-macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(stdsimd)]
1+
#![feature(stdsimd, wasm_simd)]
22

33
#[test]
44
#[cfg(target_arch = "wasm32")]

0 commit comments

Comments
 (0)