about summary refs log tree commit diff
path: root/compiler/rustc_resolve/messages.ftl
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-03-19 16:11:45 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-05-02 15:59:38 +0300
commit3eee3dad5c8aa36a88d6ed2e927c53f2ba174819 (patch)
tree8227bede38db3d69f70680cd6424d3808bc259f8 /compiler/rustc_resolve/messages.ftl
parentdb074a06fe6649f9455dff8ad3eddd60683036f3 (diff)
downloadrust-3eee3dad5c8aa36a88d6ed2e927c53f2ba174819.tar.gz
rust-3eee3dad5c8aa36a88d6ed2e927c53f2ba174819.zip
resolve: Support imports of associated types and glob imports from traits
Diffstat (limited to 'compiler/rustc_resolve/messages.ftl')
-rw-r--r--compiler/rustc_resolve/messages.ftl7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_resolve/messages.ftl b/compiler/rustc_resolve/messages.ftl
index 558a01713dc..38cdfa72a14 100644
--- a/compiler/rustc_resolve/messages.ftl
+++ b/compiler/rustc_resolve/messages.ftl
@@ -218,10 +218,6 @@ resolve_invalid_asm_sym =
     .label = is a local variable
     .help = `sym` operands must refer to either a function or a static
 
-resolve_is_not_directly_importable =
-    `{$target}` is not directly importable
-    .label = cannot be imported directly
-
 resolve_is_private =
     {$ident_descr} `{$ident}` is private
     .label = private {$ident_descr}
@@ -231,9 +227,6 @@ resolve_item_was_behind_feature =
 
 resolve_item_was_cfg_out = the item is gated here
 
-resolve_items_in_traits_are_not_importable =
-    items in traits are not importable
-
 resolve_label_with_similar_name_reachable =
     a label with a similar name is reachable