Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
issue-75982.rs
blob: 1e1a6126a10cf23890d3091c6bfb6b8084dc7780 [
file
] [
log
] [
blame
]
const
_
:
()
=
{
#[
macro_export
]
macro_rules
!
first_macro
{
()
=>
{}
}
mod
foo
{
#[
macro_export
]
macro_rules
!
second_macro
{
()
=>
{}
}
}
};