Skip to content

Commit 0935c86

Browse files
committed
leave a FIXME note for --set flags coverage
Signed-off-by: onur-ozkan <[email protected]>
1 parent 151e8cd commit 0935c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/config/config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,7 @@ impl Config {
23352335
let current_config_toml = Self::get_toml(config_path);
23362336

23372337
// Check the config compatibility
2338+
// FIXME: this doesn't cover `--set` flags yet.
23382339
let res = check_incompatible_options_for_ci_rustc(
23392340
current_config_toml,
23402341
ci_config_toml,

0 commit comments

Comments
 (0)