Skip to content
/ rust Public
forked from rust-lang/rust

Commit 38ab519

Browse files
committed
./x check miri: enable check_only feature
1 parent 0d162b2 commit 38ab519

File tree

1 file changed

+1
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,7 @@ tool_check_step!(Clippy { path: "src/tools/clippy", mode: Mode::ToolRustcPrivate
793793
tool_check_step!(Miri {
794794
path: "src/tools/miri",
795795
mode: Mode::ToolRustcPrivate,
796-
enable_features: ["stack-cache"],
797-
default_features: false,
796+
enable_features: ["check_only"],
798797
});
799798
tool_check_step!(CargoMiri { path: "src/tools/miri/cargo-miri", mode: Mode::ToolRustcPrivate });
800799
tool_check_step!(Rustfmt { path: "src/tools/rustfmt", mode: Mode::ToolRustcPrivate });

0 commit comments

Comments
 (0)