Skip to content

Commit 0275bc5

Browse files
onur-ozkanrezwanahmedsami
authored andcommitted
leave a FIXME note for --set flags coverage
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent d6a4a3f commit 0275bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,6 +2347,7 @@ impl Config {
23472347
let current_config_toml = Self::get_toml(config_path);
23482348

23492349
// Check the config compatibility
2350+
// FIXME: this doesn't cover `--set` flags yet.
23502351
let res = check_incompatible_options_for_ci_rustc(
23512352
current_config_toml,
23522353
ci_config_toml,

0 commit comments

Comments
 (0)