Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
syn
/
438c905863cc901b2893afc1794361bb9709be23
/
.
/
tests
/
cases
/
macro.rs
blob: 157698de4b4f818b28ec44f41b3b82b414eb26b4 [
file
] [
log
] [
blame
]
macro_rules
!
test
{
(
$
(
$tt
:
tt
)*)
=>
{};
}
fn
func
()
{
test
!
{
...
}
test
!(...);
test
![...];
}