Skip to content

Commit 7358618

Browse files
committed
Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu
Bump bootstrap compiler to 1.91 beta https://forge.rust-lang.org/release/process.html#default-branch-bootstrap-update-tuesday
2 parents a78f97d + c559130 commit 7358618

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg_attr(bootstrap, feature(strict_overflow_ops))]
21
#![feature(abort_unwind)]
32
#![feature(cfg_select)]
43
#![feature(rustc_private)]

tests/panic/mir-validation.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
// and we don't even get a regular panic; rustc aborts with a different exit code instead.
1010
//@ignore-host: windows
1111

12-
// FIXME: this tests a crash in rustc. For stage1, rustc is built with the downloaded standard
13-
// library which doesn't yet print the thread ID. Normalization can be removed at the stage bump.
14-
// For the grep: cfg(bootstrap)
15-
//@normalize-stderr-test: "thread 'rustc' panicked" -> "thread 'rustc' ($$TID) panicked"
16-
1712
#![feature(custom_mir, core_intrinsics)]
1813
use core::intrinsics::mir::*;
1914

0 commit comments

Comments
 (0)