DoIt
This commit is contained in:
parent
0da281b606
commit
c00ff9c4d0
7 changed files with 56 additions and 83 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue