Open
Description
rust/src/bootstrap/src/core/config/toml/rust.rs
Lines 576 to 592 in 2f2c8c3
If the value does not start with CODEGEN_BACKEND_PREFIX, it is just not validated at all.
So it means that typing gccc
instead of gcc
will cause no warning or error to be shown and gcc
backend not actually being enabled.
Same issue for target-specific codegen options.