Rollup merge of #151439 - Mark-Simulacrum:bootstrap-bump, r=nnethercote

Bump bootstrap compiler to 1.94

https://forge.rust-lang.org/release/process.html#default-branch-bootstrap-update-tuesday
This commit is contained in:
Jacob Pratt 2026-01-22 00:37:43 -05:00 committed by GitHub
commit 63c69a7c04
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#![cfg_attr(bootstrap, feature(array_windows))]
#![feature(box_patterns)]
#![feature(macro_metavar_expr_concat)]
#![feature(f128)]

View file

@ -5,7 +5,6 @@
#![feature(rustc_private)]
#![feature(assert_matches)]
#![feature(unwrap_infallible)]
#![cfg_attr(bootstrap, feature(array_windows))]
#![recursion_limit = "512"]
#![allow(
clippy::missing_errors_doc,