Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.2.5 (Closures) As output parameters, needs update due to the deprecation of FnBox #1244

Closed
7sDream opened this issue Aug 20, 2019 · 0 comments · Fixed by #1266
Closed

9.2.5 (Closures) As output parameters, needs update due to the deprecation of FnBox #1244

7sDream opened this issue Aug 20, 2019 · 0 comments · Fixed by #1266

Comments

@7sDream
Copy link

7sDream commented Aug 20, 2019

https://doc.rust-lang.org/rust-by-example/fn/closures/output_parameters.html

The link of FnBox in this page is broken.

After 1.35(changelog), we can directly use Box<dyn Fn*> as return type and FnBox has been removed.

@7sDream 7sDream changed the title 9.2.5 (Closures) As output parameters needs update due to the deprecation of FnBox 9.2.5 (Closures) As output parameters, needs update due to the deprecation of FnBox Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant