Skip to content

Commit f29a8d7

Browse files
Gabi Ganampvdrz
Gabi Ganam
authored andcommitted
Fix generated constants: f64::INFINITY, f64::NEG_ INFINITY, f64::NAN.
#2853
1 parent 93f962a commit f29a8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindgen/features.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ define_rust_targets! {
106106
Stable_1_64(64) => { core_ffi_c: #94503 },
107107
Stable_1_59(59) => { const_cstr: #54745 },
108108
Stable_1_47(47) => { larger_arrays: #74060 },
109-
Stable_1_43(43) => { non_exhaustive: #44109 },
110-
Stable_1_40(40) => { associated_constants: #68952},
109+
Stable_1_43(43) => { associated_constants: #68952 },
110+
Stable_1_40(40) => { non_exhaustive: #44109 },
111111
Stable_1_36(36) => { maybe_uninit: #60445 },
112112
Stable_1_33(33) => { repr_packed_n: #57049 },
113113
#[deprecated]

0 commit comments

Comments
 (0)