Rust 1.83.0 pre-release testing

The 1.83.0 pre-release is ready for testing. The release is scheduled for November 28. 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/2024-11-25/index.html.

The release team is also thinking about changes to our pre-release process: we'd love your feedback on this GitHub issue.

6 Likes

After a last-minute rust analyzer PR revert, there are new builds here:

https://dev-static.rust-lang.org/dist/2024-11-26/index.html

2 Likes

I tested building several large projects I work on, and encountered no issues. Clippy emitted several needless_lifetimes warnings, but I was generally happy with the ones it emitted.

1 Like