Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a128516

Browse files
committedMar 20, 2024
Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68
Bump to 1.78 bootstrap compiler https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
2 parents c86f3ac + 9a22a0f commit a128516

File tree

45 files changed

+487
-633
lines changed

Some content is hidden

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

45 files changed

+487
-633
lines changed
 

‎compiler/rustc_ast/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#![feature(box_patterns)]
1717
#![feature(if_let_guard)]
1818
#![feature(let_chains)]
19-
#![cfg_attr(bootstrap, feature(min_specialization))]
2019
#![feature(never_type)]
2120
#![feature(negative_impls)]
2221
#![feature(stmt_expr_attributes)]

‎compiler/rustc_data_structures/src/sync/lock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ mod no_sync {
189189
use super::Mode;
190190
use std::cell::RefCell;
191191

192+
#[doc(no_inline)]
192193
pub use std::cell::RefMut as LockGuard;
193194

194195
pub struct Lock<T>(RefCell<T>);

0 commit comments

Comments
 (0)
Please sign in to comment.