@@ -1352,6 +1352,7 @@ impl CliUnstable {
1352
1352
"lints" => stabilized_warn ( k, "1.74" , STABILIZED_LINTS ) ,
1353
1353
"registry-auth" => stabilized_warn ( k, "1.74" , STABILIZED_REGISTRY_AUTH ) ,
1354
1354
"check-cfg" => stabilized_warn ( k, "1.80" , STABILIZED_CHECK_CFG ) ,
1355
+ "doctest-xcompile" => stabilized_warn ( k, "1.89" , STABILIZED_DOCTEST_XCOMPILE ) ,
1355
1356
"package-workspace" => stabilized_warn ( k, "1.89" , STABILIZED_PACKAGE_WORKSPACE ) ,
1356
1357
"build-dir" => stabilized_warn ( k, "1.91" , STABILIZED_BUILD_DIR ) ,
1357
1358
@@ -1368,7 +1369,6 @@ impl CliUnstable {
1368
1369
"codegen-backend" => self . codegen_backend = parse_empty ( k, v) ?,
1369
1370
"config-include" => self . config_include = parse_empty ( k, v) ?,
1370
1371
"direct-minimal-versions" => self . direct_minimal_versions = parse_empty ( k, v) ?,
1371
- "doctest-xcompile" => stabilized_warn ( k, "1.89" , STABILIZED_DOCTEST_XCOMPILE ) ,
1372
1372
"dual-proc-macros" => self . dual_proc_macros = parse_empty ( k, v) ?,
1373
1373
"feature-unification" => self . feature_unification = parse_empty ( k, v) ?,
1374
1374
"fix-edition" => {
0 commit comments