]> git.lizzy.rs Git - rust.git/commitdiff
rustup
authorRalf Jung <post@ralfj.de>
Wed, 7 Jul 2021 07:32:58 +0000 (09:32 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 7 Jul 2021 07:33:01 +0000 (09:33 +0200)
rust-version
tests/run-pass/panic/catch_panic.rs

index 23819ebc24e42c243183757d4394435ce7e17360..8856f7d0852caa0a7780c511a20ebfa7abee32aa 100644 (file)
@@ -1 +1 @@
-39e20f1ae5f13451eb35247808d6a2527cb7d060
+c5e344f7747dbd7e7d4b209e3c480deb5979a56f
index 9f9a2b493cef3b025335572cd84ad48a8ee2dc4d..63a3c9a47648cf01cdd61735c78d7bf21c846c17 100644 (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;