rust/tests/ui/target-feature/forbidden-hardfloat-target-...

9 lines
323 B
Plaintext

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:10:18
|
LL | #[target_feature(enable = "zdinx")]
| ^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error