Files
rust/tests/ui/target-feature/abi-incompatible-target-feature-attribute.x86.stderr
2025-05-02 14:10:57 +02:00

9 lines
405 B
Plaintext

error: target feature `soft-float` cannot be enabled with `#[target_feature]`: this feature is incompatible with the target ABI
--> $DIR/abi-incompatible-target-feature-attribute.rs:15:32
|
LL | #[cfg_attr(x86, target_feature(enable = "soft-float"))] #[cfg_attr(riscv, target_feature(enable = "d"))]
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error