rust/src/test/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.

11 lines
545 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05: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`
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