resolve: derive diag for undetermined macro resolution
This commit is contained in:
parent
abfc6c4438
commit
7bad066f82
3 changed files with 21 additions and 8 deletions
|
@ -58,6 +58,10 @@ resolve_cannot_determine_import_resolution =
|
|||
cannot determine resolution for the import
|
||||
.note = import resolution is stuck, try simplifying other imports
|
||||
|
||||
resolve_cannot_determine_macro_resolution =
|
||||
cannot determine resolution for the {$kind} `{$path}`
|
||||
.note = import resolution is stuck, try simplifying macro imports
|
||||
|
||||
resolve_cannot_find_ident_in_this_scope =
|
||||
cannot find {$expected} `{$ident}` in this scope
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue