Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
proc-macro
/
group-compat-hack
/
js-sys-0.3.40
/
src
/
lib.rs
blob: d1a66940ebf3cfba4ce0b79eee84a10063c03b3c [
file
] [
log
] [
blame
]
// ignore-test this is not a test
macro_rules
!
arrays
{
(
$name
:
ident
)
=>
{
#[
my_macro
]
struct
Two
(
$name
);
}
}