From 0935c8660355c30e890b3c0782d5d57f2f3f240f Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Wed, 14 Aug 2024 11:16:26 +0300 Subject: [PATCH] leave a FIXME note for `--set` flags coverage Signed-off-by: onur-ozkan --- src/bootstrap/src/core/config/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/src/core/config/config.rs b/src/bootstrap/src/core/config/config.rs index 00c564a0e29e8..6564641f54012 100644 --- a/src/bootstrap/src/core/config/config.rs +++ b/src/bootstrap/src/core/config/config.rs @@ -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,