Auto merge of #17466 - chenyukang:patch-1, r=Veykril
chore: Fix diagnostic name in macro_error.rs
This commit is contained in:
commit
a32ce24b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pub(crate) fn macro_error(ctx: &DiagnosticsContext<'_>, d: &hir::MacroError) ->
|
|||
)
|
||||
}
|
||||
|
||||
// Diagnostic: macro-error
|
||||
// Diagnostic: macro-def-error
|
||||
//
|
||||
// This diagnostic is shown for macro expansion errors.
|
||||
pub(crate) fn macro_def_error(ctx: &DiagnosticsContext<'_>, d: &hir::MacroDefError) -> Diagnostic {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue