diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-01-07 16:13:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 16:13:25 +0000 |
| commit | fd1e95538fa3b3ca87fc4f7df5e9abd918949536 (patch) | |
| tree | f2f3317a4a2031c7cc1a141c5703166e6fa1d107 /compiler/rustc_codegen_gcc/src/errors.rs | |
| parent | 8e4409cce3e4a7f7eb974462c943e717db818ed8 (diff) | |
| parent | e103ab16084dc735b8db6b90186cd7b6967402ee (diff) | |
| download | rust-fd1e95538fa3b3ca87fc4f7df5e9abd918949536.tar.gz rust-fd1e95538fa3b3ca87fc4f7df5e9abd918949536.zip | |
Merge pull request #18874 from lnicola/sync-from-rust
minor: Sync from downstream
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/errors.rs b/compiler/rustc_codegen_gcc/src/errors.rs index 56849cc8610..c896246866b 100644 --- a/compiler/rustc_codegen_gcc/src/errors.rs +++ b/compiler/rustc_codegen_gcc/src/errors.rs @@ -28,6 +28,7 @@ pub(crate) struct UnstableCTargetFeature<'a> { #[diag(codegen_gcc_forbidden_ctarget_feature)] pub(crate) struct ForbiddenCTargetFeature<'a> { pub feature: &'a str, + pub enabled: &'a str, pub reason: &'a str, } |
