We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--set
1 parent 151e8cd commit 0935c86Copy full SHA for 0935c86
src/bootstrap/src/core/config/config.rs
@@ -2335,6 +2335,7 @@ impl Config {
2335
let current_config_toml = Self::get_toml(config_path);
2336
2337
// Check the config compatibility
2338
+ // FIXME: this doesn't cover `--set` flags yet.
2339
let res = check_incompatible_options_for_ci_rustc(
2340
current_config_toml,
2341
ci_config_toml,
0 commit comments