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
/
src
/
test
/
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
;)
);