Skip to content

Commit

Permalink
typo (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored Feb 21, 2023
1 parent ea01bf5 commit d01441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/diagnostic-structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
```
Expand Down

0 comments on commit d01441d

Please sign in to comment.