Open marcan opened 3 weeks ago
Unwinding across functions with the extern "C" ABI is UB, but previously worked. See: https://github.com/rust-lang/rust/issues/74990
Redo the tests so they don't rely on panics at all, using a reference-counted counter instead.
Unwinding across functions with the extern "C" ABI is UB, but previously worked. See: https://github.com/rust-lang/rust/issues/74990
Redo the tests so they don't rely on panics at all, using a reference-counted counter instead.