Include path in unresolved-macro-call diagnostic
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user