]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/transitive-link-a-bunch.stderr
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[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` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
6
7 error: the crate `panic_runtime_abort` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
8
9 error: aborting due to 4 previous errors
10