about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-09-26 14:22:43 +0000
committerbors <bors@rust-lang.org>2022-09-26 14:22:43 +0000
commite1d7dec558d863fb76f98453088b36cb1a926d48 (patch)
tree3a8cfcc9efe63d005f678b7296755f01f01d99c2 /compiler/rustc_query_system/src/lib.rs
parent84946fe2412194418b838c34815b79d36b22d4f8 (diff)
parentf7b0c858a5c50946537abf053549b3df98b7f76a (diff)
downloadrust-e1d7dec558d863fb76f98453088b36cb1a926d48.tar.gz
rust-e1d7dec558d863fb76f98453088b36cb1a926d48.zip
Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
Update bootstrap compiler to 1.65.0

This PR updates the bootstrap compiler to Rust 1.65.0, removing the various `cfg(bootstrap)`s.

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_query_system/src/lib.rs')
-rw-r--r--compiler/rustc_query_system/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs
index 5987651322a..8f6da73d1f2 100644
--- a/compiler/rustc_query_system/src/lib.rs
+++ b/compiler/rustc_query_system/src/lib.rs
@@ -1,7 +1,6 @@
 #![feature(assert_matches)]
 #![feature(core_intrinsics)]
 #![feature(hash_raw_entry)]
-#![cfg_attr(bootstrap, feature(let_else))]
 #![feature(min_specialization)]
 #![feature(extern_types)]
 #![allow(rustc::potential_query_instability)]