Fix tests
This commit is contained in:
parent
ab93a139ef
commit
ab86acdeef
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
// gate-test-f16c_target_feature
|
// gate-test-f16c_target_feature
|
||||||
// gate-test-riscv_target_feature
|
// gate-test-riscv_target_feature
|
||||||
// gate-test-ermsb_target_feature
|
// gate-test-ermsb_target_feature
|
||||||
|
// gate-test-bpf_target_feature
|
||||||
|
|
||||||
#[target_feature(enable = "avx512bw")]
|
#[target_feature(enable = "avx512bw")]
|
||||||
//~^ ERROR: currently unstable
|
//~^ ERROR: currently unstable
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
error[E0658]: the target feature `avx512bw` is currently unstable
|
error[E0658]: the target feature `avx512bw` is currently unstable
|
||||||
--> $DIR/gate.rs:31:18
|
--> $DIR/gate.rs:32:18
|
||||||
|
|
|
|
||||||
LL | #[target_feature(enable = "avx512bw")]
|
LL | #[target_feature(enable = "avx512bw")]
|
||||||
| ^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue