Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
hygiene
/
auxiliary
/
legacy_interaction.rs
blob: 3293e346dadee0f01af97e30696b991aa7c50e43 [
file
] [
log
] [
blame
]
#[
macro_export
]
macro_rules
!
m
{
()
=>
{
fn
f
()
{}
// (2)
g
();
// (1)
}
}