mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:49:06 +00:00
As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items.
9 lines
323 B
Plaintext
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:16:18
|
|
|
|
|
LL | #[target_feature(enable = "zdinx")]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|