Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
two_macros-rpass.rs
blob: 441a978dd693096c4281b07889660a42f513a5ae [
file
] [
log
] [
blame
]
#[
macro_export
]
macro_rules
!
macro_one
{
(
$
(
$t
:
tt
)*)
=>
(
$
(
$t
)*)
}
#[
macro_export
]
macro_rules
!
macro_two
{
(
$
(
$t
:
tt
)*)
=>
(
$
(
$t
)*)
}