summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_privacy/messages.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_privacy/messages.ftl')
-rw-r--r--compiler/rustc_privacy/messages.ftl7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/rustc_privacy/messages.ftl b/compiler/rustc_privacy/messages.ftl
index b68e8a78a..b91e0d18a 100644
--- a/compiler/rustc_privacy/messages.ftl
+++ b/compiler/rustc_privacy/messages.ftl
@@ -17,7 +17,14 @@ privacy_private_in_public_lint =
*[other] E0446
})
+privacy_private_interface_or_bounds_lint = {$ty_kind} `{$ty_descr}` is more private than the item `{$item_descr}`
+ .item_label = {$item_kind} `{$item_descr}` is reachable at visibility `{$item_vis_descr}`
+ .ty_note = but {$ty_kind} `{$ty_descr}` is only usable at visibility `{$ty_vis_descr}`
+
privacy_report_effective_visibility = {$descr}
+privacy_unnameable_types_lint = {$kind} `{$descr}` is reachable but cannot be named
+ .label = reachable at visibility `{$reachable_vis}`, but can only be named at visibility `{$reexported_vis}`
+
privacy_unnamed_item_is_private = {$kind} is private
.label = private {$kind}