Skip to content

Commit e0de3e6

Browse files
committed
Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68
Bump boostrap compiler to new beta Accidentally left some comments on the update cfgs commit directly xd
2 parents a4dbd94 + 0bb8891 commit e0de3e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/eval.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,7 @@ pub fn eval_entry<'tcx>(
458458
panic::resume_unwind(panic_payload)
459459
});
460460
// `Ok` can never happen.
461-
#[cfg(not(bootstrap))]
462461
let Err(res) = res;
463-
#[cfg(bootstrap)]
464-
let res = match res {
465-
Err(res) => res,
466-
// `Ok` can never happen
467-
Ok(never) => match never {},
468-
};
469462

470463
// Machine cleanup. Only do this if all threads have terminated; threads that are still running
471464
// might cause Stacked Borrows errors (https://github.com/rust-lang/miri/issues/2396).

0 commit comments

Comments
 (0)