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
/
rustdoc
/
auxiliary
/
issue-26606-macro.rs
blob: d60d32526aa36443de585ed5d775b94b1b0cc93b (
plain
)
1
2
3
4
#[macro_export]
macro_rules!
make_item
(
(
$name
:
ident
)
=>
(
pub
const
$name
:
usize
=
42
;)
);