Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789

Bump bootstrap compiler to just-built 1.77 beta

https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
This commit is contained in:
bors 2024-02-09 18:09:02 +00:00
commit f4cfd87202
41 changed files with 485 additions and 618 deletions

View file

@ -34,7 +34,7 @@
#![feature(if_let_guard)]
#![feature(iter_order_by)]
#![feature(let_chains)]
#![cfg_attr(not(bootstrap), feature(trait_upcasting))]
#![feature(trait_upcasting)]
#![feature(min_specialization)]
#![feature(rustc_attrs)]
#![allow(internal_features)]