We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1823 commit a06d333Copy full SHA for a06d333
src/test/run-pass/simd-target-feature-mixup.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// ignore-emscripten
12
+
13
#![feature(repr_simd, target_feature, cfg_target_feature)]
14
15
use std::process::{Command, ExitStatus};
0 commit comments