Closed
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