Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
rustdoc-ui
/
auxiliary
/
extern_macros.rs
blob: ee1fec4c5c2191e7fdcefe9290176fb03454e737 [
file
]
#[
macro_export
]
macro_rules
!
attrs_on_struct
{
(
$
(
#[
$attr
:
meta
]
)*
)
=>
{
$
(
#[
$attr
]
)*
pub
struct
ExpandedStruct
;
}
}