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 559bb21 commit 6dc0b18Copy full SHA for 6dc0b18
posts/2019-05-23-Rust-1.35.0.md
@@ -43,7 +43,7 @@ This was because instances of `Box<dyn FnOnce>` and friends did not implement th
43
This also meant that it was not possible to pass boxed functions to code expecting an implementor of a `Fn` trait,
44
and you had to create temporary closures to pass them down.
45
46
-This was ultimately due to a limitation in the compiler's ability to reason about such impls,
+This was ultimately due to a limitation in the compiler's ability to reason about such implementations,
47
which has since been fixed with the introduction of [unsized locals].
48
49
With this release, you can now use boxed functions in places that expect items implementing a function trait.
0 commit comments