Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
modules
/
auxiliary
/
two_macros_2.rs
blob: 8ad2c0f127554b4414f5deff31185bde189dc4da [
file
] [
log
] [
blame
]
macro_rules
!
macro_one
{
(
$
(
$t
:
tt
)*)
=>
(
$
(
$t
)*)
}
macro_rules
!
macro_two
{
(
$
(
$t
:
tt
)*)
=>
(
$
(
$t
)*)
}