mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Include path in unresolved-macro-call
diagnostic
This commit is contained in:
parent
75371eb0fa
commit
ff858376aa
8 changed files with 40 additions and 20 deletions
|
@ -725,7 +725,7 @@ fn test_fn() {
|
|||
expect![[r#"
|
||||
[
|
||||
Diagnostic {
|
||||
message: "unresolved macro call",
|
||||
message: "unresolved macro `foo::bar!`",
|
||||
range: 5..8,
|
||||
severity: Error,
|
||||
fix: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue