Skip to content

Commit

Permalink
Unrolled build for rust-lang#122521
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#122521 - bnleft:master, r=albertlarsan68

doc(bootstrap): add top-level doc-comment to utils/tarball.rs
  • Loading branch information
rust-timer authored Apr 16, 2024
2 parents 4e1f5d9 + a0bb25f commit 35d95f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bootstrap/src/utils/tarball.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//! Facilitates the management and generation of tarballs.
//!
//! Tarballs efficiently hold Rust compiler build artifacts and
//! capture a snapshot of each boostrap stage.
//! In uplifting, a tarball from Stage N captures essential components
//! to assemble Stage N + 1 compiler.

use std::{
path::{Path, PathBuf},
process::Command,
Expand Down

0 comments on commit 35d95f8

Please sign in to comment.