5fab31e5dd
Rollup of 13 pull requests Successful merges: - #77802 (Allow making `RUSTC_BOOTSTRAP` conditional on the crate name) - #79004 (Add `--color` support to bootstrap) - #79005 (cleanup: Remove `ParseSess::injected_crate_name`) - #79016 (Make `_` an expression, to discard values in destructuring assignments) - #79019 (astconv: extract closures into a separate trait) - #79026 (Implement BTreeMap::retain and BTreeSet::retain) - #79031 (Validate that locals have a corresponding `LocalDecl`) - #79034 (rustc_resolve: Make `macro_rules` scope chain compression lazy) - #79036 (Move Steal to rustc_data_structures.) - #79041 (Rename clean::{ItemEnum -> ItemKind}, clean::Item::{inner -> kind}) - #79058 (Move likely/unlikely argument outside of invisible unsafe block) - #79059 (Print 'checking cranelift artifacts' to easily separate it from other artifacts) - #79063 (Update rustfmt to v1.4.26) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup