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:
commit
63c69a7c04
2 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#![cfg_attr(bootstrap, feature(array_windows))]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(macro_metavar_expr_concat)]
|
||||
#![feature(f128)]
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue