Skip to content

Commit 901e800

Browse files
author
Gabi Ganam
committed
Fix generated constants: f64::INFINITY, f64::NEG_ INFINITY, f64::NAN.
rust-lang#2853
1 parent a66713b commit 901e800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
enabling it by default for `bindgen-cli` (#2789) .
218218
- Fix `--allowlist-item` so anonymous enums are no longer ignored.
219219
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824)
220+
- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN`.
220221

221222
## Security
222223

0 commit comments

Comments
 (0)