2025-04-17 03:28:16 +05:30
|
|
|
error[E0658]: the target feature `x87` is currently unstable
|
|
|
|
|
--> $DIR/gate.rs:29:18
|
2018-04-05 08:02:11 -07:00
|
|
|
|
|
2025-04-17 03:28:16 +05:30
|
|
|
LL | #[target_feature(enable = "x87")]
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
2018-04-05 08:02:11 -07:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
|
2025-04-17 03:28:16 +05:30
|
|
|
= help: add `#![feature(x87_target_feature)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-04-05 08:02:11 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-04-05 08:02:11 -07:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|