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
crate `{$crate_name}` required to be available in rlib format, but was not found in this form
3
+
4
+
metadata_lib_required =
5
+
crate `{$crate_name}` required to be available in {$kind} format, but was not found in this form
6
+
7
+
metadata_crate_dep_multiple =
8
+
cannot satisfy dependencies so `{$crate_name}` only shows up once
9
+
.help = having upstream crates all available in one format will likely make this go away
10
+
11
+
metadata_two_panic_runtimes =
12
+
cannot link together two panic runtimes: {$prev_name} and {$cur_name}
13
+
14
+
metadata_bad_panic_strategy =
15
+
the linked panic runtime `{$runtime}` is not compiled with this crate's panic strategy `{$strategy}`
16
+
17
+
metadata_required_panic_strategy =
18
+
the crate `{$crate_name}` requires panic strategy `{$found_strategy}` which is incompatible with this crate's strategy of `{$desired_strategy}`
19
+
20
+
metadata_incompatible_panic_in_drop_strategy =
21
+
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}`
0 commit comments