11 lines
545 B
Plaintext
11 lines
545 B
Plaintext
|
error: cannot link together two panic runtimes: panic_runtime_unwind and panic_runtime_abort
|
||
|
|
||
|
error: the linked panic runtime `panic_runtime_abort` is not compiled with this crate's panic strategy `unwind`
|
||
|
|
||
|
error: the crate `wants_panic_runtime_abort` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
|
||
|
|
||
|
error: the crate `panic_runtime_abort` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
|
||
|
|
||
|
error: aborting due to 4 previous errors
|
||
|
|