Closed
Description
Rust 1.71.0 stabilizes (at least partially) C-unwinding. However, due to issues with the feature
attribute's usage on stable, one is unable to utilize C-unwind on Rust 1.71.0+, despite it being available, when on stable.
There should be some kind of additional conditional compilation code to handle these versions, while still maintaining the current MSRV of 0.60.0. I'm trying to figure out how myself rn, hence my fork.