]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/transitive-link-a-bunch.stderr
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / src / test / ui / panic-runtime / transitive-link-a-bunch.stderr
1 error: cannot link together two panic runtimes: panic_runtime_unwind and panic_runtime_abort
2
3 error: the linked panic runtime `panic_runtime_abort` is not compiled with this crate's panic strategy `unwind`
4
5 error: the crate `wants_panic_runtime_abort` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
6
7 error: aborting due to 3 previous errors
8