index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
macros
/
auxiliary
/
macro_export_inner_module.rs
blob: d71af9ee6f2784170f014f1450126df7419df9c0 (
plain
)
1
2
3
4
5
6
pub
mod
inner
{
#[macro_export]
macro_rules!
foo
{
()
=>
(
1
)
}
}