Skip to content

Commit bd19bac

Browse files
committed
integrate feature stauts dump with x check
1 parent a542953 commit bd19bac

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/bootstrap/src/core/build_steps/check.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,12 @@ tool_check_step!(Miri, "miri", "src/tools/miri", SourceType::InTree);
485485
tool_check_step!(CargoMiri, "cargo-miri", "src/tools/miri/cargo-miri", SourceType::InTree);
486486
tool_check_step!(Rls, "rls", "src/tools/rls", SourceType::InTree);
487487
tool_check_step!(Rustfmt, "rustfmt", "src/tools/rustfmt", SourceType::InTree);
488+
tool_check_step!(
489+
FeaturesStatusDump,
490+
"features-status-dump",
491+
"src/tools/features-status-dump",
492+
SourceType::InTree
493+
);
488494
tool_check_step!(
489495
MiroptTestTools,
490496
"miropt-test-tools",

src/bootstrap/src/core/builder/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ impl<'a> Builder<'a> {
855855
check::RustAnalyzer,
856856
check::TestFloatParse,
857857
check::Bootstrap,
858+
check::FeaturesStatusDump,
858859
),
859860
Kind::Test => describe!(
860861
crate::core::build_steps::toolstate::ToolStateCheck,

0 commit comments

Comments
 (0)