Skip to content

handle std features with a new option in config.toml #129599

Closed
@onur-ozkan

Description

@onur-ozkan

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 the config.toml, and handle it in the following function:

fn std_features(&self, target: TargetSelection) -> String {

@rustbot label +E-easy +E-mentor +E-help-wanted +T-bootstrap

Metadata

Metadata

Assignees

Labels

E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions