mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 07:00:47 +00:00
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
error: target feature `soft-float` cannot be toggled with `#[target_feature]`: unsound because it changes float ABI
|
|
--> $DIR/forbidden-target-feature-attribute.rs:9:18
|
|
|
|
|
LL | #[target_feature(enable = "soft-float")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|