Skip to content

Commit

Permalink
leave a FIXME note for --set flags coverage
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Aug 14, 2024
1 parent 151e8cd commit 0935c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,7 @@ impl Config {
let current_config_toml = Self::get_toml(config_path);

// Check the config compatibility
// FIXME: this doesn't cover `--set` flags yet.
let res = check_incompatible_options_for_ci_rustc(
current_config_toml,
ci_config_toml,
Expand Down

0 comments on commit 0935c86

Please sign in to comment.