Suggest x build library
for a custom toolchain that fails to load core
This commit is contained in:
parent
be6e38c617
commit
b913f5593d
2 changed files with 13 additions and 4 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue