diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2024-02-29 05:25:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 05:25:30 -0500 |
| commit | 698cec8d61b0234bc147a9541b188fc5db11bdcf (patch) | |
| tree | 0ff63ff8089489305c644e9e62cb86770bd965fc /compiler/rustc_hir_analysis/src | |
| parent | 20a1bf6c17cf35ffcc8976f8665cb149b6b6429a (diff) | |
| parent | 1850ba7f548d13b7849bb8686728a113c0e6fb09 (diff) | |
| download | rust-698cec8d61b0234bc147a9541b188fc5db11bdcf.tar.gz rust-698cec8d61b0234bc147a9541b188fc5db11bdcf.zip | |
Rollup merge of #121779 - mu001999:clean, r=Nilstrieb
Remove unused diagnostic struct Detected by #121752
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/errors.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_hir_analysis/src/errors.rs b/compiler/rustc_hir_analysis/src/errors.rs index ccad3b66d6b..5330260fbf5 100644 --- a/compiler/rustc_hir_analysis/src/errors.rs +++ b/compiler/rustc_hir_analysis/src/errors.rs @@ -1005,13 +1005,6 @@ pub(crate) struct StaticSpecialize { } #[derive(Diagnostic)] -#[diag(hir_analysis_missing_tilde_const)] -pub(crate) struct MissingTildeConst { - #[primary_span] - pub span: Span, -} - -#[derive(Diagnostic)] pub(crate) enum DropImplPolarity { #[diag(hir_analysis_drop_impl_negative)] Negative { |
