Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt
[RFC-2011] Allow `core_intrinsics` when activated Fix #120612
This commit is contained in:
commit
efd8959ab1
2 changed files with 6 additions and 2 deletions
|
|
@ -1569,7 +1569,12 @@ pub(crate) mod builtin {
|
|||
#[rustc_builtin_macro]
|
||||
#[macro_export]
|
||||
#[rustc_diagnostic_item = "assert_macro"]
|
||||
#[allow_internal_unstable(panic_internals, edition_panic, generic_assert_internals)]
|
||||
#[allow_internal_unstable(
|
||||
core_intrinsics,
|
||||
panic_internals,
|
||||
edition_panic,
|
||||
generic_assert_internals
|
||||
)]
|
||||
macro_rules! assert {
|
||||
($cond:expr $(,)?) => {{ /* compiler built-in */ }};
|
||||
($cond:expr, $($arg:tt)+) => {{ /* compiler built-in */ }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue