Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum

Bump stage0 to 1.76 beta

r? `@Mark-Simulacrum`
This commit is contained in:
bors 2023-12-23 00:26:47 +00:00
commit 495203bf61
27 changed files with 455 additions and 885 deletions

View file

@ -11,7 +11,6 @@
#![feature(round_ties_even)]
#![feature(let_chains)]
#![feature(lint_reasons)]
#![cfg_attr(bootstrap, feature(trait_upcasting))]
// Configure clippy and other lints
#![allow(
clippy::collapsible_else_if,