We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb67c2 commit a153d48Copy full SHA for a153d48
src/test/ui/target-feature-gate.rs
@@ -17,6 +17,8 @@
17
// ignore-powerpc
18
// ignore-powerpc64
19
// ignore-powerpc64le
20
+// ignore-sparc
21
+// ignore-sparc64
22
// gate-test-sse4a_target_feature
23
// gate-test-powerpc_target_feature
24
// gate-test-avx512_target_feature
src/test/ui/target-feature-gate.stderr
@@ -1,5 +1,5 @@
1
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
2
- --> $DIR/target-feature-gate.rs:34:18
+ --> $DIR/target-feature-gate.rs:36:18
3
|
4
LL | #[target_feature(enable = "avx512bw")]
5
| ^^^^^^^^^^^^^^^^^^^
0 commit comments