diff options
| author | Ralf Jung <post@ralfj.de> | 2024-12-26 18:32:22 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-12-31 12:41:20 +0100 |
| commit | 2bf27e09beb4cd1c5f01369e7086e36b3de04f5c (patch) | |
| tree | cbc3c2d940b7b06fbe2d03a5234f20459295a028 /compiler/rustc_codegen_ssa/messages.ftl | |
| parent | 41b579660c0af700d42abe5b71856098db007783 (diff) | |
| download | rust-2bf27e09beb4cd1c5f01369e7086e36b3de04f5c.tar.gz rust-2bf27e09beb4cd1c5f01369e7086e36b3de04f5c.zip | |
explicitly model that certain ABIs require/forbid certain target features
Diffstat (limited to 'compiler/rustc_codegen_ssa/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_ssa/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/messages.ftl b/compiler/rustc_codegen_ssa/messages.ftl index 56188714b44..484f467068a 100644 --- a/compiler/rustc_codegen_ssa/messages.ftl +++ b/compiler/rustc_codegen_ssa/messages.ftl @@ -67,7 +67,7 @@ codegen_ssa_failed_to_write = failed to write {$path}: {$error} codegen_ssa_field_associated_value_expected = associated value expected for `{$name}` codegen_ssa_forbidden_target_feature_attr = - target feature `{$feature}` cannot be toggled with `#[target_feature]`: {$reason} + target feature `{$feature}` cannot be enabled with `#[target_feature]`: {$reason} codegen_ssa_ignoring_emit_path = ignoring emit path because multiple .{$extension} files were produced |
