mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 04:27:33 +00:00
9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
![]() |
error: target feature `x87` cannot be toggled with `#[target_feature]`: unsound on hard-float targets because it changes float ABI
|
||
|
--> $DIR/forbidden-hardfloat-target-feature-attribute.rs:9:18
|
||
|
|
|
||
|
LL | #[target_feature(enable = "x87")]
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|