We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f64::INFINITY
f64::NEG_ INFINITY
f64::NAN
1 parent 42295d5 commit 93f962aCopy full SHA for 93f962a
bindgen/codegen/helpers.rs
@@ -340,6 +340,7 @@ pub(crate) mod ast_ty {
340
}
341
342
} else {
343
+ // Negative infinity
344
if rust_target >= RustTarget::Stable_1_43 {
345
quote! {
346
f64::NEG_INFINITY
bindgen/features.rs
@@ -107,7 +107,7 @@ define_rust_targets! {
107
Stable_1_59(59) => { const_cstr: #54745 },
108
Stable_1_47(47) => { larger_arrays: #74060 },
109
Stable_1_43(43) => { non_exhaustive: #44109 },
110
- Stable_1_40(40) => {},
+ Stable_1_40(40) => { associated_constants: #68952},
111
Stable_1_36(36) => { maybe_uninit: #60445 },
112
Stable_1_33(33) => { repr_packed_n: #57049 },
113
#[deprecated]
0 commit comments