We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1798d51 commit 694b18dCopy full SHA for 694b18d
src/libcore/num/dec2flt/mod.rs
@@ -146,8 +146,8 @@ macro_rules! from_str_float_impl {
146
///
147
/// # Known bugs
148
149
- /// * [#31407]: Some strings that adhere to the regular expression
150
- /// above will incorrectly return an [`Err`].
+ /// In some situations, some strings that should create a valid float
+ /// instead return an error. See [issue #31407] for details.
151
152
/// [#31407]: https://github.com/rust-lang/rust/issues/31407
153
0 commit comments