mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Auto merge of #17466 - chenyukang:patch-1, r=Veykril
chore: Fix diagnostic name in macro_error.rs
This commit is contained in:
commit
f2cffbac85
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…
Reference in a new issue