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 2f64f48 commit 99ae2d3Copy full SHA for 99ae2d3
CHANGELOG.md
@@ -217,7 +217,7 @@
217
enabling it by default for `bindgen-cli` (#2789) .
218
- Fix `--allowlist-item` so anonymous enums are no longer ignored.
219
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824)
220
-- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN`.
+- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN` (#2854).
221
222
## Security
223
0 commit comments