1
Fork 0

resolve: derive diag for undetermined macro resolution

This commit is contained in:
bohan 2023-09-04 00:52:17 +08:00
parent abfc6c4438
commit 7bad066f82
3 changed files with 21 additions and 8 deletions

View file

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