librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

Consider whether to use "C-unwind" calling convention instead of "C"

Open daira opened this issue 3 years ago • 1 comments

See https://github.com/rust-lang/rust/pull/76570 and this documentation.

unwind

daira avatar Mar 15 '21 11:03 daira

I strongly think we should make this change. It's basically just a search-and-replace of extern "C" to extern "C-unwind" in Rust code. (See however https://github.com/rust-lang/rust/issues/83116 .)

daira avatar May 24 '21 16:05 daira