diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-07 21:31:21 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-07 22:06:42 +0200 |
| commit | a50bd7ca24aa752fee840e83f7090bbd23f3a158 (patch) | |
| tree | a69f9eb642aac976e1dc5bffba7e4dc6f4c49eac /compiler/rustc_codegen_gcc/messages.ftl | |
| parent | 44f415c1d617ebc7b931a243b7b321ef8a6ca47c (diff) | |
| download | rust-a50bd7ca24aa752fee840e83f7090bbd23f3a158.tar.gz rust-a50bd7ca24aa752fee840e83f7090bbd23f3a158.zip | |
store `target.min_global_align` as an `Align`
Diffstat (limited to 'compiler/rustc_codegen_gcc/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_gcc/messages.ftl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_gcc/messages.ftl b/compiler/rustc_codegen_gcc/messages.ftl index 882fff8673a..546bfc87b68 100644 --- a/compiler/rustc_codegen_gcc/messages.ftl +++ b/compiler/rustc_codegen_gcc/messages.ftl @@ -2,9 +2,6 @@ codegen_gcc_unknown_ctarget_feature_prefix = unknown feature specified for `-Ctarget-feature`: `{$feature}` .note = features must begin with a `+` to enable or `-` to disable it -codegen_gcc_invalid_minimum_alignment = - invalid minimum global alignment: {$err} - codegen_gcc_forbidden_ctarget_feature = target feature `{$feature}` cannot be toggled with `-Ctarget-feature`: {$reason} |
