The 1.35.0 pre-release is ready for testing. Rust 1.35.0 is scheduled to be released on Thursday 23rd. Release notes can be found here: https://github.com/rust-lang/rust/blob/stable/RELEASES.md.
You can try it out locally with:
RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
The index is https://dev-static.rust-lang.org/dist/2019-05-20/index.html.
10 Likes
Nice release. Some great QoL improvements there
I’m a bit confused about the since = "1.0.0"
part of https://github.com/rust-lang/rust/pull/58369.
Seems like it was a deliberate choice, but I don’t quite understand why.
1 Like
Isn’t this the release that contains the new hashbrown HashMap/HashSet implementation ?
system
Closed
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.