mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-26 22:26:26 +03:00
51affa0394
tests will check: - correct emit of assembly for softfloat target - incompatible set features will emit warnings/errors - incompatible target tripples in crates will not link
13 lines
749 B
Plaintext
13 lines
749 B
Plaintext
warning: target feature `soft-float` cannot be enabled with `-Ctarget-feature`: unsupported ABI-configuration feature
|
|
|
|
|
= note: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
= note: for more information, see issue #116344 <https://github.com/rust-lang/rust/issues/116344>
|
|
|
|
warning: target feature `soft-float` must be disabled to ensure that the ABI of the current target can be implemented correctly
|
|
|
|
|
= note: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
= note: for more information, see issue #116344 <https://github.com/rust-lang/rust/issues/116344>
|
|
|
|
warning: 2 warnings emitted
|
|
|