fn run_tool_check_step(
builder: &Builder<'_>,
build_compiler: Compiler,
target: TargetSelection,
path: &str,
mode: Mode,
allow_features: &str,
)
Expand description
Used by the implementation of Step::run
in tool_check_step!
.