rust/tests/ui/panic-runtime/want-unwind-got-abort2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
294 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: the linked panic runtime `panic_runtime_abort` is not compiled with this crate's panic strategy `unwind`
2022-05-19 11:38:54 -05:00
error: the crate `wants_panic_runtime_abort` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
2018-08-08 07:28:26 -05:00
2022-05-19 11:38:54 -05:00
error: aborting due to 2 previous errors
2018-08-08 07:28:26 -05:00