You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait
100
100
101
+
metadata_incompatible_with_immediate_abort =
102
+
the crate `{$crate_name}` was compiled with a panic strategy which is incompatible with `immediate-abort`
103
+
104
+
metadata_incompatible_with_immediate_abort_core =
105
+
the crate `core` was compiled with a panic strategy which is incompatible with `immediate-abort`
106
+
.help = consider building the standard library from source with `cargo build -Zbuild-std`
107
+
101
108
metadata_incompatible_panic_in_drop_strategy =
102
109
the crate `{$crate_name}` is compiled with the panic-in-drop strategy `{$found_strategy}` which is incompatible with this crate's strategy of `{$desired_strategy}`
pub(crate)const parse_panic_strategy:&str = "either `unwind`, `abort`, or `immediate-abort`";
806
806
pub(crate)const parse_on_broken_pipe:&str = "either `kill`, `error`, or `inherit`";
807
807
pub(crate)const parse_patchable_function_entry:&str = "either two comma separated integers (total_nops,prefix_nops), with prefix_nops <= total_nops, or one integer (total_nops)";
0 commit comments