index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
extern
/
auxiliary
/
issue-80074-macro.rs
blob: 30e0f19ab8d84ac448f41ab685048b396b957c74 (
plain
)
1
2
3
4
// edition:2018
macro_rules!
foo_
{
()
=>
{};
}
use
foo_
as
foo
;