Rollup merge of #121779 - mu001999:clean, r=Nilstrieb
Remove unused diagnostic struct Detected by #121752
This commit is contained in:
commit
698cec8d61
4 changed files with 0 additions and 75 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue