pub fn run_bootstrap(
dir: &Path,
forbid_gnu: bool,
verbose: bool,
) -> BootstrapReportExpand description
Run the native bootstrap in dir. forbid_gnu makes a GNU-resolved or missing native tool a
hard, typed failure (the default for the “no GNU dependency” claim).