We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3432ef4 + bfcdeb2 commit f2cffbaCopy full SHA for f2cffba
crates/ide-diagnostics/src/handlers/macro_error.rs
@@ -13,7 +13,7 @@ pub(crate) fn macro_error(ctx: &DiagnosticsContext<'_>, d: &hir::MacroError) ->
13
)
14
}
15
16
-// Diagnostic: macro-error
+// Diagnostic: macro-def-error
17
//
18
// This diagnostic is shown for macro expansion errors.
19
pub(crate) fn macro_def_error(ctx: &DiagnosticsContext<'_>, d: &hir::MacroDefError) -> Diagnostic {
0 commit comments