mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
parent
b3ef934ccb
commit
25242fe93f
395 changed files with 14569 additions and 5755 deletions
|
@ -13,7 +13,7 @@ pub(crate) fn unresolved_macro_call(
|
|||
let bang = if d.is_bang { "!" } else { "" };
|
||||
Diagnostic::new(
|
||||
"unresolved-macro-call",
|
||||
format!("unresolved macro `{}{}`", d.path, bang),
|
||||
format!("unresolved macro `{}{bang}`", d.path),
|
||||
display_range,
|
||||
)
|
||||
.experimental()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue