blob: 7f4a8ed290ecf08c203d5d69e007f2e67f4c44c9 (
plain)
1
2
3
4
5
6
7
8
|
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` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: aborting due to 3 previous errors
|