1
Fork 0
This commit is contained in:
Boxy 2022-10-27 21:48:41 +01:00
parent 0da281b606
commit c00ff9c4d0
7 changed files with 56 additions and 83 deletions

View file

@ -270,3 +270,10 @@ pub struct ConstBoundForNonConstTrait {
#[primary_span]
pub span: Span,
}
#[derive(Diagnostic)]
#[diag(hir_analysis_self_in_impl_self)]
pub struct SelfInImplSelf {
#[primary_span]
pub span: Span,
}