about summary refs log tree commit diff
path: root/tests/ui/target-feature/abi-incompatible-target-feature-attribute.x86.stderr
blob: e14094972328d1bae5e214127bf5df551ea40ca1 (plain)
1
2
3
4
5
6
7
8
error: target feature `soft-float` cannot be enabled with `#[target_feature]`: this feature is incompatible with the target ABI
  --> $DIR/abi-incompatible-target-feature-attribute.rs:21:32
   |
LL | #[cfg_attr(x86, target_feature(enable = "soft-float"))] #[cfg_attr(riscv, target_feature(enable = "d"))]
   |                                ^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error