We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dabd3 commit 9c1c07bCopy full SHA for 9c1c07b
library/core/src/panic.rs
@@ -146,7 +146,7 @@ pub macro unreachable_2021 {
146
/// not compromise unwind safety.
147
#[doc(hidden)]
148
#[unstable(feature = "panic_internals", issue = "none")]
149
-#[allow_internal_unstable(panic_internals, const_format_args)]
+#[allow_internal_unstable(panic_internals, const_format_args, delayed_debug_assertions)]
150
#[rustc_macro_transparency = "semitransparent"]
151
pub macro debug_assert_nounwind {
152
($cond:expr $(,)?) => {
0 commit comments