There was an error while loading. Please reload this page.
2 parents 9a44f2b + fa95d33 commit 96d8029Copy full SHA for 96d8029
1 file changed
content/Rust-1.35.0.md
@@ -39,7 +39,7 @@ Read on for a few highlights, or see the [detailed release notes][notes] for add
39
40
[fn-pr]: https://github.com/rust-lang/rust/pull/55431
41
[`FnBox`]: https://doc.rust-lang.org/1.34.0/std/boxed/trait.FnBox.html
42
-[unsized locals]: https://doc.rust-lang.org/nightly/unstable-book/language-features/unsized-locals.html
+[unsized locals]: https://doc.rust-lang.org/1.35.0/unstable-book/language-features/unsized-locals.html
43
44
In Rust 1.35.0, the `FnOnce`, `FnMut`, and the `Fn` traits [are now implemented][fn-pr] for `Box<dyn FnOnce>`,
45
`Box<dyn FnMut>`, and `Box<dyn Fn>` respectively.
0 commit comments