We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873a3b0 commit 0c14815Copy full SHA for 0c14815
src/doc/unstable-book/src/SUMMARY.md
@@ -72,6 +72,7 @@
72
- [fd](fd.md)
73
- [fd_read](fd-read.md)
74
- [fixed_size_array](fixed-size-array.md)
75
+- [float_bits_conv](float-bits-conv.md)
76
- [float_extras](float-extras.md)
77
- [flt2dec](flt2dec.md)
78
- [fmt_flags_align](fmt-flags-align.md)
src/doc/unstable-book/src/float-bits-conv.md
@@ -0,0 +1,7 @@
1
+# `float_bits_conv`
2
+
3
+The tracking issue for this feature is: [#40470]
4
5
+[#40470]: https://github.com/rust-lang/rust/issues/40470
6
7
+------------------------
0 commit comments