We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 051c6c6 + 5736944 commit fa66a61Copy full SHA for fa66a61
core/src/macros/mod.rs
@@ -1569,7 +1569,12 @@ pub(crate) mod builtin {
1569
#[rustc_builtin_macro]
1570
#[macro_export]
1571
#[rustc_diagnostic_item = "assert_macro"]
1572
- #[allow_internal_unstable(panic_internals, edition_panic, generic_assert_internals)]
+ #[allow_internal_unstable(
1573
+ core_intrinsics,
1574
+ panic_internals,
1575
+ edition_panic,
1576
+ generic_assert_internals
1577
+ )]
1578
macro_rules! assert {
1579
($cond:expr $(,)?) => {{ /* compiler built-in */ }};
1580
($cond:expr, $($arg:tt)+) => {{ /* compiler built-in */ }};
0 commit comments