summary refs log tree commit diff
path: root/src/test/ui/panic-runtime/transitive-link-a-bunch.stderr
blob: 4af754c81f97c8629fea5a3946a84d8aea61ce42 (plain)
1
2
3
4
5
6
7
8
9
10
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