Skip to content

Commit 35d95f8

Browse files
authored
Unrolled build for rust-lang#122521
Rollup merge of rust-lang#122521 - bnleft:master, r=albertlarsan68 doc(bootstrap): add top-level doc-comment to utils/tarball.rs
2 parents 4e1f5d9 + a0bb25f commit 35d95f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/bootstrap/src/utils/tarball.rs

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//! Facilitates the management and generation of tarballs.
2+
//!
3+
//! Tarballs efficiently hold Rust compiler build artifacts and
4+
//! capture a snapshot of each boostrap stage.
5+
//! In uplifting, a tarball from Stage N captures essential components
6+
//! to assemble Stage N + 1 compiler.
7+
18
use std::{
29
path::{Path, PathBuf},
310
process::Command,

0 commit comments

Comments
 (0)