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