1
Fork 0

Suggest x build library for a custom toolchain that fails to load core

This commit is contained in:
Mu001999 2023-07-02 17:53:44 +08:00
parent be6e38c617
commit b913f5593d
2 changed files with 13 additions and 4 deletions

View file

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