]> git.lizzy.rs Git - rust.git/commitdiff
Fix tests
authorAlessandro Decina <alessandro.d@gmail.com>
Sat, 29 May 2021 12:58:04 +0000 (22:58 +1000)
committerAlessandro Decina <alessandro.d@gmail.com>
Sat, 29 May 2021 13:16:49 +0000 (23:16 +1000)
src/test/ui/target-feature/gate.rs
src/test/ui/target-feature/gate.stderr

index 164830fecee578fe159df2edd8010f4151cdf3d5..7cdf404242d5e41cc98e3325953a822293c2bb70 100644 (file)
@@ -27,6 +27,7 @@
 // gate-test-f16c_target_feature
 // gate-test-riscv_target_feature
 // gate-test-ermsb_target_feature
+// gate-test-bpf_target_feature
 
 #[target_feature(enable = "avx512bw")]
 //~^ ERROR: currently unstable
index 2d6abcc0a0150d46aabe57d95d84834d1424f043..ee542b60a26344b7984ab4aa9d1938a4b48b10d6 100644 (file)
@@ -1,5 +1,5 @@
 error[E0658]: the target feature `avx512bw` is currently unstable
-  --> $DIR/gate.rs:31:18
+  --> $DIR/gate.rs:32:18
    |
 LL | #[target_feature(enable = "avx512bw")]
    |                  ^^^^^^^^^^^^^^^^^^^