Skip to content

Commit 46c59bb

Browse files
committedAug 13, 2022
Auto merge of #100324 - Mark-Simulacrum:bootstrap-bump, r=jyn514
Bump bootstrap compiler to 1.64 r? `@jyn514` perhaps?
2 parents f22819b + 1c40ef7 commit 46c59bb

File tree

50 files changed

+417
-735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+417
-735
lines changed
 

‎compiler/rustc_ast/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#![feature(const_trait_impl)]
1515
#![feature(if_let_guard)]
1616
#![feature(label_break_value)]
17-
#![cfg_attr(bootstrap, feature(let_chains))]
1817
#![feature(min_specialization)]
1918
#![feature(negative_impls)]
2019
#![feature(slice_internals)]

‎compiler/rustc_ast_lowering/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
//! in the HIR, especially for multiple identifiers.
3232
3333
#![feature(box_patterns)]
34-
#![cfg_attr(bootstrap, feature(let_chains))]
3534
#![feature(let_else)]
3635
#![feature(never_type)]
3736
#![recursion_limit = "256"]

0 commit comments

Comments
 (0)