Rollup merge of #121779 - mu001999:clean, r=Nilstrieb

Remove unused diagnostic struct

Detected by #121752
This commit is contained in:
Jacob Pratt 2024-02-29 05:25:30 -05:00 committed by GitHub
commit 698cec8d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 75 deletions

View file

@ -1004,13 +1004,6 @@ pub(crate) struct StaticSpecialize {
pub span: Span,
}
#[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)]