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.
2 parents cb9b1b2 + a6e077e commit 472fe10Copy full SHA for 472fe10
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