2025-04-28 15:40:44 +02:00
|
|
|
error: target feature `soft-float` cannot be enabled with `#[target_feature]`: this feature is incompatible with the target ABI
|
2025-01-23 11:25:12 +00:00
|
|
|
--> $DIR/abi-incompatible-target-feature-attribute.rs:21:32
|
2025-04-28 15:40:44 +02:00
|
|
|
|
|
|
|
|
|
LL | #[cfg_attr(x86, target_feature(enable = "soft-float"))] #[cfg_attr(riscv, target_feature(enable = "d"))]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|