Expand description
Types and functions shared across tools in this workspace.
Modules§
- ci
- drop_
bomb - This module implements “drop bombs” intended for use by command wrappers to ensure that the
constructed commands are eventually executed. This is exactly like
rustc_errors::Diag
where we force everyDiag
to be consumed or we emit a bug, but we panic instead. - fs
- Misc filesystem related helpers for use by bootstrap and tools.
- git
- metrics
- stage0_
parser - util
Macros§
- exit
- Invokes
build_helper::util::detail_exit
withcfg!(test)
Constants§
- LLVM_
PGO_ CRATES - The default set of crates for opt-dist to collect LLVM profiles.
- RUSTC_
PGO_ CRATES - The default set of crates for opt-dist to collect rustc profiles.