mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Merge commit 'aa9bc86125
' into sync-from-ra
This commit is contained in:
parent
1570299af4
commit
c48062fe2a
598 changed files with 57696 additions and 17615 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 `{}{bang}`", d.path),
|
||||
format!("unresolved macro `{}{bang}`", d.path.display(ctx.sema.db)),
|
||||
display_range,
|
||||
)
|
||||
.experimental()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue