Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
drop
/
auxiliary
/
edition-2024-macros.rs
blob: 44befbc98438fb7bdfc06a733c697c8992a3cc6b [
file
] [
log
] [
blame
]
//@ edition:2024
#[
macro_export
]
macro_rules
!
edition_2024_block
{
(
$
(
$c
:
tt
)*)
=>
{
{
$
(
$c
)*
}
}
}