blob: 8c98d847e17f89f6b40bddde231b2372bc1624b8 (
plain)
1
2
3
4
5
6
7
8
|
error: target feature `zfinx` cannot be enabled with `#[target_feature]`: this feature is incompatible with the target ABI
--> $DIR/forbidden-hardfloat-target-feature-attribute-f-zfinx.rs:16:18
|
LL | #[target_feature(enable = "zdinx")]
| ^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|