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