handle std features with a new option in config.toml
#129599
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Currently there are multiple ways to enable
std
features during bootstrap, which can be confusing to newcomers on this project.To simplify this, add a new option under the
rustc
section in theconfig.toml
, and handle it in the following function:rust/src/bootstrap/src/lib.rs
Line 646 in 697d953
@rustbot label +E-easy +E-mentor +E-help-wanted +T-bootstrap
The text was updated successfully, but these errors were encountered: