We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f839fb commit 7eb67c2Copy full SHA for 7eb67c2
src/test/ui/target-feature-gate.rs
@@ -14,6 +14,9 @@
14
// ignore-emscripten
15
// ignore-mips
16
// ignore-mips64
17
+// ignore-powerpc
18
+// ignore-powerpc64
19
+// ignore-powerpc64le
20
// gate-test-sse4a_target_feature
21
// gate-test-powerpc_target_feature
22
// 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:31:18
+ --> $DIR/target-feature-gate.rs:34:18
3
|
4
LL | #[target_feature(enable = "avx512bw")]
5
| ^^^^^^^^^^^^^^^^^^^
0 commit comments