rust-lv2 icon indicating copy to clipboard operation
rust-lv2 copied to clipboard

Fix tests on Rust 1.81.0

Open marcan opened this issue 1 year ago • 0 comments

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.

marcan avatar Oct 13 '24 16:10 marcan