Closed
Description
> ./configure --set profile=compiler
configure: processing command line
configure:
configure: profile := compiler
configure: build.configure-args := ['--set', 'profile=compiler']
configure:
configure: writing `config.toml` in current directory
configure:
configure: run `python /home/gh-jyn514/rust1/x.py --help`
(bash@dev-desktop-us-1.infra.rust-lang.org) ~/rust1 [04:08:29]
> x c
Building bootstrap
Finished dev [unoptimized] target(s) in 0.04s
failed to parse TOML configuration 'config.toml': invalid TOML value, did you mean to use a quoted string? at line 11 column 11
Build completed unsuccessfully in 0:00:00
I think you need to call to_toml
on the value. @lionellloh do you have time to fix this?
Originally posted by @jyn514 in #108229 (comment)