From 833dff994f68612cab173f159346c27b0dc0e247 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 7 Jul 2021 09:32:58 +0200 Subject: [PATCH] rustup --- rust-version | 2 +- tests/run-pass/panic/catch_panic.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;