diff options
| author | Ralf Jung <post@ralfj.de> | 2025-06-14 05:29:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 05:29:34 +0000 |
| commit | 974779746f36c705c351945c8a5d8c48eec0681e (patch) | |
| tree | 32cc30d8e7b03b639193725a28787a0733b4330b /compiler/rustc_codegen_gcc/src/errors.rs | |
| parent | f5e10748e53b543131b6472af3b3a2b6ff866e9b (diff) | |
| parent | e5b0c02c42e6399b1aaeafaa949615dbbae35417 (diff) | |
| download | rust-974779746f36c705c351945c8a5d8c48eec0681e.tar.gz rust-974779746f36c705c351945c8a5d8c48eec0681e.zip | |
Merge pull request #4398 from rust-lang/rustup-2025-06-14
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/errors.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/compiler/rustc_codegen_gcc/src/errors.rs b/compiler/rustc_codegen_gcc/src/errors.rs index ccd9abe3804..7786be9ae5d 100644 --- a/compiler/rustc_codegen_gcc/src/errors.rs +++ b/compiler/rustc_codegen_gcc/src/errors.rs @@ -17,21 +17,6 @@ pub(crate) struct UnknownCTargetFeature<'a> { pub rust_feature: PossibleFeature<'a>, } -#[derive(Diagnostic)] -#[diag(codegen_gcc_unstable_ctarget_feature)] -#[note] -pub(crate) struct UnstableCTargetFeature<'a> { - pub feature: &'a str, -} - -#[derive(Diagnostic)] -#[diag(codegen_gcc_forbidden_ctarget_feature)] -pub(crate) struct ForbiddenCTargetFeature<'a> { - pub feature: &'a str, - pub enabled: &'a str, - pub reason: &'a str, -} - #[derive(Subdiagnostic)] pub(crate) enum PossibleFeature<'a> { #[help(codegen_gcc_possible_feature)] |
