2024-12-26 18:32:22 +01:00
|
|
|
error: target feature `d` cannot be enabled with `#[target_feature]`: this feature is incompatible with the target ABI
|
2025-01-27 18:18:13 +01:00
|
|
|
--> $DIR/forbidden-hardfloat-target-feature-attribute.rs:10:18
|
2024-11-16 10:26:46 +01:00
|
|
|
|
|
2024-12-26 18:32:22 +01:00
|
|
|
LL | #[target_feature(enable = "d")]
|
|
|
|
| ^^^^^^^^^^^^
|
2024-11-16 10:26:46 +01:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|