We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7256e7 commit ec33573Copy full SHA for ec33573
src/diagnostics/diagnostic-structs.md
@@ -23,7 +23,7 @@ pub struct FieldAlreadyDeclared {
23
#[primary_span]
24
#[label]
25
pub span: Span,
26
- #[label(hir_analysis_previous_decl_label)]
+ #[label(previous_decl_label)]
27
pub prev_span: Span,
28
}
29
```
0 commit comments