Skip to content

./configure doesn't support lists #109316

Closed
@jyn514

Description

@jyn514

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.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