Fix generated constants: f64::INFINITY & f64::NEG_ INFINITY
https://github.com/rust-lang/rust-bindgen/issues/2853
I'm not sure of Bindgen's MSRV policy for generated crates, but these constants require at least Rust 1.43.
If that's the case, there should be a new variant in RustTarget representing 1.43 and this change should be gated behind a feature that enables if the target version is larger or equal than 1.43
I'm not sure of Bindgen's MSRV policy for generated crates, but these constants require at least Rust 1.43.
If that's the case, there should be a new variant in
RustTargetrepresenting 1.43 and this change should be gated behind a feature that enables if the target version is larger or equal than 1.43
Updated the PR, hope this is what you meant.
@gabiganam requested a review from @madsmtm
Sorry, I'm the wrong person to ask for this, I'm not a maintainer here.