Include path in unresolved-macro-call diagnostic

This commit is contained in:
Jonas Schievink 2021-04-16 15:48:03 +02:00
parent 75371eb0fa
commit ff858376aa
8 changed files with 40 additions and 20 deletions

View file

@ -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,