Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
imports
/
auxiliary
/
issue-59764.rs
blob: a92eed968d0607b7a1e1e0f81f0e43cc3e2ec79f [
file
] [
log
] [
blame
]
pub
mod
foo
{
#[
macro_export
]
macro_rules
!
makro
{
(
$foo
:
ident
)
=>
{
fn
$foo
()
{
}
}
}
pub
fn
baz
()
{}
pub
fn
foobar
()
{}
pub
mod
barbaz
{
pub
fn
barfoo
()
{}
}
}
pub
fn
foobaz
()
{}