pub fn librustc_stamp(
builder: &Builder<'_>,
build_compiler: Compiler,
target: TargetSelection,
) -> BuildStamp
Expand description
Cargo’s output path for librustc in a given stage, compiled by a particular
build_compiler
for the specified target.