Auto merge of #1848 - RalfJung:rustup, r=RalfJung

rustup

Cc https://github.com/rust-lang/rust/issues/86923
This commit is contained in:
bors 2021-07-07 07:33:42 +00:00
commit 3cf6550cc1
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
39e20f1ae5f13451eb35247808d6a2527cb7d060
c5e344f7747dbd7e7d4b209e3c480deb5979a56f

View file

@ -3,7 +3,7 @@
// We test the `align_offset` panic below, make sure we test the interpreter impl and not the "real" one.
// compile-flags: -Zmiri-symbolic-alignment-check
#![feature(never_type)]
#![allow(unconditional_panic, non_fmt_panic)]
#![allow(unconditional_panic, non_fmt_panics)]
use std::panic::{catch_unwind, AssertUnwindSafe};
use std::cell::Cell;