Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
use-macro-self.rs
blob: f1307411a7f773c8b18b148e64c349d51be2e32b [
file
] [
log
] [
blame
]
pub
mod
foobarius
{}
#[
macro_export
]
macro_rules
!
foobarius
{
()
=>
{
()
}
}