We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a30b68 + 833dff9 commit 3cf6550Copy full SHA for 3cf6550
rust-version
@@ -1 +1 @@
1
-39e20f1ae5f13451eb35247808d6a2527cb7d060
+c5e344f7747dbd7e7d4b209e3c480deb5979a56f
tests/run-pass/panic/catch_panic.rs
@@ -3,7 +3,7 @@
3
// We test the `align_offset` panic below, make sure we test the interpreter impl and not the "real" one.
4
// compile-flags: -Zmiri-symbolic-alignment-check
5
#![feature(never_type)]
6
-#![allow(unconditional_panic, non_fmt_panic)]
+#![allow(unconditional_panic, non_fmt_panics)]
7
8
use std::panic::{catch_unwind, AssertUnwindSafe};
9
use std::cell::Cell;
0 commit comments