1
Fork 0

leave a FIXME note for --set flags coverage

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-08-14 11:16:26 +03:00
parent 151e8cd2f8
commit 0935c86603

View file

@ -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,