The 1.60.0 pre-release is ready for testing. The release is scheduled for this
Thursday, April 7th. Release notes can be found here.
You can try it out locally by running:
RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
The index is https://dev-static.rust-lang.org/dist/2022-04-04/index.html . You
can leave feedback on this thread.
The release team is also thinking about changes to our pre-release process:
we'd love your feedback on this GitHub issue .
7 Likes
The {Rc,Arc}::new_cyclic
documentation could really use some elaboration. At least I have zero idea what they do and what the use case is based on the docs Where does the closure argument come from? Why is the closure needed in the first place? What should it return?
4 Likes
If there's not already, feel free to create an issue for this.
1 Like
What about incremental compilation? It was disabled in 1.59, is it still disabled in 1.60 ?
josh
April 5, 2022, 4:33pm
6
2 Likes
system
Closed
July 4, 2022, 4:33pm
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.