-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
I tried this code:
../configure --set rust.codegen-backends=[rustc_codegen_cranelift]
I expected to see this happen: configure generates
[rust]
codegen-backends = ["rustc_codegen_cranelift"]
Instead, this happened: configure generates
[rust]
codegen-backends = '[rustc_codegen_cranelift]'
which fails to parse.
Meta
HEAD is branched from 13afbda
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)