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 93f962a commit f29a8d7Copy full SHA for f29a8d7
bindgen/features.rs
@@ -106,8 +106,8 @@ define_rust_targets! {
106
Stable_1_64(64) => { core_ffi_c: #94503 },
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) => { associated_constants: #68952},
+ Stable_1_43(43) => { associated_constants: #68952 },
+ Stable_1_40(40) => { non_exhaustive: #44109 },
111
Stable_1_36(36) => { maybe_uninit: #60445 },
112
Stable_1_33(33) => { repr_packed_n: #57049 },
113
#[deprecated]
0 commit comments