mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-26 05:14:11 +00:00
![]() When using rust, allow panics to cross the boundaries of our vtable traits. This avoids panic producing two backtrace with panic=unwind This patch doesn't touch the ABI of out FFI interface, they stay extern "C", because if a panic or exception crosses these boundaries, we are in trouble. (Also, we have a panic=abort in our Cargo.toml anyway) |
||
---|---|---|
.. | ||
test_vrc.rs | ||
test_vtable.rs |