diff options
| author | bohan <bohan-zhang@foxmail.com> | 2023-09-04 00:52:17 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2023-09-04 09:29:26 +0800 |
| commit | 7bad066f82f65781864804f674ee9c31c1ad68a7 (patch) | |
| tree | 7b832bbb4028f0ce745fdf86a7765016b7b6c300 /compiler/rustc_resolve/messages.ftl | |
| parent | abfc6c44381fb033c6b3b0a6bfb804a799f39afd (diff) | |
| download | rust-7bad066f82f65781864804f674ee9c31c1ad68a7.tar.gz rust-7bad066f82f65781864804f674ee9c31c1ad68a7.zip | |
resolve: derive diag for undetermined macro resolution
Diffstat (limited to 'compiler/rustc_resolve/messages.ftl')
| -rw-r--r-- | compiler/rustc_resolve/messages.ftl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_resolve/messages.ftl b/compiler/rustc_resolve/messages.ftl index f98918cba88..33fde285524 100644 --- a/compiler/rustc_resolve/messages.ftl +++ b/compiler/rustc_resolve/messages.ftl @@ -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 |
