You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/target-feature/gate.stderr
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
error[E0658]: the target feature `avx512bw` is currently unstable
2
-
--> $DIR/gate.rs:30:18
1
+
error[E0658]: the target feature `x87` is currently unstable
2
+
--> $DIR/gate.rs:29:18
3
3
|
4
-
LL | #[target_feature(enable = "avx512bw")]
5
-
| ^^^^^^^^^^^^^^^^^^^
4
+
LL | #[target_feature(enable = "x87")]
5
+
| ^^^^^^^^^^^^^^
6
6
|
7
7
= note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
8
-
= help: add `#![feature(avx512_target_feature)]` to the crate attributes to enable
8
+
= help: add `#![feature(x87_target_feature)]` to the crate attributes to enable
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
0 commit comments