Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
define-macro.rs
blob: 4956907c55ea906fa5343305f5e7d3a253f17953 [
file
] [
log
] [
blame
] [
edit
]
#[
macro_export
]
macro_rules
!
define_macro
{
(
$i
:
ident
)
=>
{
macro_rules
!
$i
{
()
=>
{}
}
}
}