Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
auxiliary
/
span-test-macros.rs
blob: 9a78f0a895526a47f1e85fc5e761054ba87da055 [
file
] [
log
] [
blame
] [
edit
]
#[
macro_export
]
macro_rules
!
reemit_legacy
{
(
$
(
$tok
:
tt
)*)
=>
(
$
(
$tok
)*)
}
#[
macro_export
]
macro_rules
!
say_hello_extern
{
(
$macname
:
ident
)
=>
(
$macname
!
{
"Hello, world!"
})
}