summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_metadata/messages.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_metadata/messages.ftl')
-rw-r--r--compiler/rustc_metadata/messages.ftl3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_metadata/messages.ftl b/compiler/rustc_metadata/messages.ftl
index 13b3dac85..cc58d51be 100644
--- a/compiler/rustc_metadata/messages.ftl
+++ b/compiler/rustc_metadata/messages.ftl
@@ -25,6 +25,9 @@ metadata_conflicting_alloc_error_handler =
metadata_conflicting_global_alloc =
the `#[global_allocator]` in {$other_crate_name} conflicts with global allocator in: {$crate_name}
+metadata_consider_adding_std =
+ consider adding the standard library to the sysroot with `x build library --target {$locator_triple}`
+
metadata_consider_building_std =
consider building the standard library from source with `cargo build -Zbuild-std`