typo (#1616)
This commit is contained in:
parent
c7256e75c0
commit
ec33573db8
|
|
@ -23,7 +23,7 @@ pub struct FieldAlreadyDeclared {
|
|||
#[primary_span]
|
||||
#[label]
|
||||
pub span: Span,
|
||||
#[label(hir_analysis_previous_decl_label)]
|
||||
#[label(previous_decl_label)]
|
||||
pub prev_span: Span,
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue