rust/tests/ui/panic-runtime/transitive-link-a-bunch.stderr

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

9 lines
388 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
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`
2022-05-19 16:38:54 +00: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 12:28:26 +00:00
2022-05-19 16:38:54 +00:00
error: aborting due to 3 previous errors
2018-08-08 12:28:26 +00:00