We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab93a13 commit ab86acdCopy full SHA for ab86acd
src/test/ui/target-feature/gate.rs
@@ -27,6 +27,7 @@
27
// gate-test-f16c_target_feature
28
// gate-test-riscv_target_feature
29
// gate-test-ermsb_target_feature
30
+// gate-test-bpf_target_feature
31
32
#[target_feature(enable = "avx512bw")]
33
//~^ ERROR: currently unstable
src/test/ui/target-feature/gate.stderr
@@ -1,5 +1,5 @@
1
error[E0658]: the target feature `avx512bw` is currently unstable
2
- --> $DIR/gate.rs:31:18
+ --> $DIR/gate.rs:32:18
3
|
4
LL | #[target_feature(enable = "avx512bw")]
5
| ^^^^^^^^^^^^^^^^^^^
0 commit comments