Skip to content

Commit ec33573

Browse files
authored
1 parent c7256e7 commit ec33573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics/diagnostic-structs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub struct FieldAlreadyDeclared {
2323
#[primary_span]
2424
#[label]
2525
pub span: Span,
26-
#[label(hir_analysis_previous_decl_label)]
26+
#[label(previous_decl_label)]
2727
pub prev_span: Span,
2828
}
2929
```

0 commit comments

Comments
 (0)