Skip to content

Commit e4e6f36

Browse files
committed
[RFC-2011] Expand more expressions
1 parent 86d5b0f commit e4e6f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/macros/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ pub(crate) mod builtin {
14271427
#[rustc_builtin_macro]
14281428
#[macro_export]
14291429
#[rustc_diagnostic_item = "assert_macro"]
1430-
#[allow_internal_unstable(core_panic, edition_panic)]
1430+
#[allow_internal_unstable(core_panic, edition_panic, generic_assert_internals)]
14311431
macro_rules! assert {
14321432
($cond:expr $(,)?) => {{ /* compiler built-in */ }};
14331433
($cond:expr, $($arg:tt)+) => {{ /* compiler built-in */ }};

0 commit comments

Comments
 (0)