Rollup merge of #122521 - bnleft:master, r=albertlarsan68

doc(bootstrap): add top-level doc-comment to utils/tarball.rs
This commit is contained in:
Guillaume Gomez 2024-04-16 15:19:11 +02:00 committed by GitHub
commit 4232361d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,