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