1.53.0 prerelease testing

The 1.53.0 pre-release is ready for testing. The release is scheduled for this Thursday, June 17th. 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/2021-06-15/index.html. You can leave feedback on this thread.

3 Likes

Running cargo clippy on the crates.io codebase, I'm running into an ICE that appears to be fixed by this clippy commit: fix ice when checking rustc libstd · rust-lang/rust-clippy@572c405 · GitHub

I'm seeing the same failure on rustc 1.53.0-beta.12 (e7a67cc91 2021-06-12). The issue is resolved on nightly.

thread 'rustc' panicked at 'index out of bounds: the len is 0 but the index is 0', src/tools/clippy/clippy_lints/src/matches.rs:1595:53
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

error: internal compiler error: unexpected panic

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new

note: Clippy version: clippy 0.1.53 (dbe03e2 2021-06-15)

query stack during panic:
#0 [analysis] running analysis passes on this crate
end of query stack
error: could not compile `cargo-registry`
1 Like

Thanks for testing! I've put up [stable] 1.53.0 release - backport by Mark-Simulacrum · Pull Request #86390 · rust-lang/rust · GitHub which -- if we choose to use those artifacts -- should be ready in time for the release tomorrow, hopefully. I am currently planning to use the new set of artifacts since the backport seems extremely low-risk, but the decision will be made tomorrow morning.

1 Like

I found a bug affecting this release (fmt no longer finds modules inside inline modules · Issue #9591 · rust-lang/cargo · GitHub), but that doesn't seem severe enough to be a blocker.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.