Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
macro_not_expr.rs
blob: 45f85ff2c93e330ebccfea02b04a95f23b847082 [
file
] [
log
] [
blame
]
macro_rules
!
test
{
(
$
(
$t
:
tt
)*)
=>
{};
}
fn
main
()
{
test
!(
a
:
B
=>
c d
);
}