Skip to content

Commit a0bb25f

Browse files
committed
doc(bootstrap): add top-level doc-comment to utils/tarball.rs
1 parent fd27e87 commit a0bb25f

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)