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