Uh oh!
There was an error while loading. Please reload this page.
[beta] prepare Rust 1.95.0-beta - #153314
Conversation
rustbot
commented
Mar 2, 2026
cc @Amanieu, @folkertdev, @sayantn |
cuviper
commented
Mar 2, 2026
@bors r+ rollup=never p=10 |
This comment has been minimized.
This comment has been minimized.
cuviper
commented
Mar 3, 2026
Here's a better log extract: I can reproduce that locally as well. @bors r- |
edit: specifically commit dae8ea9 |
The unstable features of the `test` crate used to be default-enabled, and manually disabled when building the beta and stable channels. Commit dae8ea9 flipped that to default-disabled, only enabled for nightly and dev channels. However, this broke miri testing on the beta/stable channels, because it also uses unstable features -- which should be fine to enable just for its own sysroot build. Now the `test` build script makes that happen by noticing the `MIRI_CALLED_FROM_SETUP` environment variable. (cherry picked from commit 30d7ed4)
folkertdev
commented
Mar 4, 2026
cuviper
commented
Mar 4, 2026
@folkertdev: the branch point is right before the |
folkertdev
commented
Mar 4, 2026
I'll nominate it, it should be fine to wait a couple of days. |
cuviper
commented
Mar 4, 2026
@bors r+ |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Ref: https://forge.rust-lang.org/release/process.html#beta-pr
r? cuviper