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 be989ac commit a6e077eCopy full SHA for a6e077e
RELEASES.md
@@ -116,8 +116,8 @@ Compatibility Notes
116
that were not intended. In this release, [defaulted type parameters
117
appearing outside of type definitions will generate a
118
warning][1.7d], which will become an error in future releases.
119
-* [Parsing "." as a float results in an error instead of
120
- 0][1.7p]. That is, `".".parse::<f32>()` returns `Err`, not `Ok(0)`.
+* [Parsing "." as a float results in an error instead of 0][1.7p].
+ That is, `".".parse::<f32>()` returns `Err`, not `Ok(0.0)`.
121
* [Borrows of closure parameters may not outlive the closure][1.7bc].
122
123
[1.7a]: https://github.com/rust-lang/rust/pull/30928
0 commit comments