diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-26 03:50:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-26 03:50:22 +0200 |
| commit | 4387f99fc53ca6874c738c8588382adb89f3bbbf (patch) | |
| tree | 84a8fc38c4a3dda180846c2b2f51fa5898ab64c5 /src/test/ui | |
| parent | 1738273ac3663263f049b65d7821928fa1330403 (diff) | |
| parent | d37f3fc1ecb453e8c38ca9bcf90e43192fccb797 (diff) | |
| download | rust-4387f99fc53ca6874c738c8588382adb89f3bbbf.tar.gz rust-4387f99fc53ca6874c738c8588382adb89f3bbbf.zip | |
Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichton
Add feature-gate for f16c target feature r? @alexcrichton
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/target-feature-gate.rs | 1 | ||||
| -rw-r--r-- | src/test/ui/target-feature-gate.stderr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/target-feature-gate.rs b/src/test/ui/target-feature-gate.rs index 8f3a52ba5d6..bc7f7caa107 100644 --- a/src/test/ui/target-feature-gate.rs +++ b/src/test/ui/target-feature-gate.rs @@ -24,6 +24,7 @@ // gate-test-cmpxchg16b_target_feature // gate-test-movbe_target_feature // gate-test-rtm_target_feature +// gate-test-f16c_target_feature // min-llvm-version 6.0 #[target_feature(enable = "avx512bw")] diff --git a/src/test/ui/target-feature-gate.stderr b/src/test/ui/target-feature-gate.stderr index e142125225f..c7adba868ea 100644 --- a/src/test/ui/target-feature-gate.stderr +++ b/src/test/ui/target-feature-gate.stderr @@ -1,5 +1,5 @@ error[E0658]: the target feature `avx512bw` is currently unstable - --> $DIR/target-feature-gate.rs:29:18 + --> $DIR/target-feature-gate.rs:30:18 | LL | #[target_feature(enable = "avx512bw")] | ^^^^^^^^^^^^^^^^^^^ |
