diff --git a/rust-version b/rust-version index 23819ebc24..8856f7d085 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -39e20f1ae5f13451eb35247808d6a2527cb7d060 +c5e344f7747dbd7e7d4b209e3c480deb5979a56f diff --git a/tests/run-pass/panic/catch_panic.rs b/tests/run-pass/panic/catch_panic.rs index 9f9a2b493c..63a3c9a476 100644 --- a/tests/run-pass/panic/catch_panic.rs +++ b/tests/run-pass/panic/catch_panic.rs @@ -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;