Sign in
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
macro_not_expr.rs
blob: d8de4dce38f235fb3654d0581f2591952525cfa4 [
file
]
macro_rules
!
test
{
(
$
(
$t
:
tt
)*)
=>
{}
}
fn
main
()
{
test
!(
a
:
B
=>
c d
);
}