ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them)
This commit is contained in:
parent
f753850659
commit
93ee180cfa
15 changed files with 80 additions and 127 deletions
|
@ -1,3 +1,8 @@
|
|||
interface_abi_required_feature =
|
||||
target feature `{$feature}` must be {$enabled} 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!
|
||||
interface_abi_required_feature_issue = for more information, see issue #116344 <https://github.com/rust-lang/rust/issues/116344>
|
||||
|
||||
interface_cant_emit_mir =
|
||||
could not emit MIR: {$error}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue