1
Fork 0

Note what qualifier

This commit is contained in:
Michael Goulet 2024-10-11 11:30:03 -04:00
parent c085071631
commit d6391d5d4d
9 changed files with 39 additions and 35 deletions

View file

@ -295,6 +295,7 @@ pub(crate) struct FnQualifierInExtern {
pub span: Span,
#[label]
pub block: Span,
pub kw: &'static str,
}
#[derive(Diagnostic)]