@@ -1352,6 +1352,7 @@ impl CliUnstable {
13521352 "lints" => stabilized_warn ( k, "1.74" , STABILIZED_LINTS ) ,
13531353 "registry-auth" => stabilized_warn ( k, "1.74" , STABILIZED_REGISTRY_AUTH ) ,
13541354 "check-cfg" => stabilized_warn ( k, "1.80" , STABILIZED_CHECK_CFG ) ,
1355+ "doctest-xcompile" => stabilized_warn ( k, "1.89" , STABILIZED_DOCTEST_XCOMPILE ) ,
13551356 "package-workspace" => stabilized_warn ( k, "1.89" , STABILIZED_PACKAGE_WORKSPACE ) ,
13561357 "build-dir" => stabilized_warn ( k, "1.91" , STABILIZED_BUILD_DIR ) ,
13571358
@@ -1368,7 +1369,6 @@ impl CliUnstable {
13681369 "codegen-backend" => self . codegen_backend = parse_empty ( k, v) ?,
13691370 "config-include" => self . config_include = parse_empty ( k, v) ?,
13701371 "direct-minimal-versions" => self . direct_minimal_versions = parse_empty ( k, v) ?,
1371- "doctest-xcompile" => stabilized_warn ( k, "1.89" , STABILIZED_DOCTEST_XCOMPILE ) ,
13721372 "dual-proc-macros" => self . dual_proc_macros = parse_empty ( k, v) ?,
13731373 "feature-unification" => self . feature_unification = parse_empty ( k, v) ?,
13741374 "fix-edition" => {
0 commit comments