Files
rust/tests/ui/target-feature/gate.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
556 B
Plaintext
Raw Normal View History

2025-04-17 03:28:16 +05:30
error[E0658]: the target feature `x87` is currently unstable
--> $DIR/gate.rs:29:18
|
2025-04-17 03:28:16 +05:30
LL | #[target_feature(enable = "x87")]
| ^^^^^^^^^^^^^^
|
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
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0658`.