We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8d5a3a + 6a4da97 commit 007eb57Copy full SHA for 007eb57
core/src/macros/mod.rs
@@ -1427,7 +1427,7 @@ pub(crate) mod builtin {
1427
#[rustc_builtin_macro]
1428
#[macro_export]
1429
#[rustc_diagnostic_item = "assert_macro"]
1430
- #[allow_internal_unstable(core_panic, edition_panic)]
+ #[allow_internal_unstable(core_panic, edition_panic, generic_assert_internals)]
1431
macro_rules! assert {
1432
($cond:expr $(,)?) => {{ /* compiler built-in */ }};
1433
($cond:expr, $($arg:tt)+) => {{ /* compiler built-in */ }};
0 commit comments