diff options
| author | Michael Goulet <michael@errs.io> | 2024-10-11 11:30:03 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-10-11 11:30:08 -0400 |
| commit | d6391d5d4d1fa20da66e6a58a593b9cb29fa4b1c (patch) | |
| tree | 96af017bf5cd7752d37ab6c779b246a225b3f061 /compiler/rustc_ast_passes/src/errors.rs | |
| parent | c085071631bd26227994fefeb4c34aa33e4d4cef (diff) | |
| download | rust-d6391d5d4d1fa20da66e6a58a593b9cb29fa4b1c.tar.gz rust-d6391d5d4d1fa20da66e6a58a593b9cb29fa4b1c.zip | |
Note what qualifier
Diffstat (limited to 'compiler/rustc_ast_passes/src/errors.rs')
| -rw-r--r-- | compiler/rustc_ast_passes/src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ast_passes/src/errors.rs b/compiler/rustc_ast_passes/src/errors.rs index 5cce47ce7bd..712bb4b9ba5 100644 --- a/compiler/rustc_ast_passes/src/errors.rs +++ b/compiler/rustc_ast_passes/src/errors.rs @@ -295,6 +295,7 @@ pub(crate) struct FnQualifierInExtern { pub span: Span, #[label] pub block: Span, + pub kw: &'static str, } #[derive(Diagnostic)] |
