]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum
authorJack Huey <31162821+jackh726@users.noreply.github.com>
Sun, 22 May 2022 15:37:42 +0000 (11:37 -0400)
committerGitHub <noreply@github.com>
Sun, 22 May 2022 15:37:42 +0000 (11:37 -0400)
commitb4c17d43a684691569bc45e3820d7ffe646fa09d
treebc62f2ec8743799b095328ad9df2a6c1b225e733
parentc370e303ae416a64afba663417bd9f999a229a95
parent751ad4a0e9fc43a9e810cce69d4cef581323e79a
Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum

Avoid accidentally enabling unstable features in compilers (take 2)

This allows rustbuild to control whether crates can use nightly features or not.
It also prevents rustbuild from using nightly features itself.

This is #92261, but I fixed the CI error.
src/bootstrap/bootstrap.py
src/bootstrap/builder.rs