Rollup merge of #122521 - bnleft:master, r=albertlarsan68
doc(bootstrap): add top-level doc-comment to utils/tarball.rs
This commit is contained in:
commit
4232361d89
@ -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::{
|
use std::{
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
process::Command,
|
process::Command,
|
||||||
|
Loading…
Reference in New Issue
Block a user