Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
auxiliary
/
issue-26606-macro.rs
blob: d60d32526aa36443de585ed5d775b94b1b0cc93b [
file
] [
log
] [
blame
] [
edit
]
#[
macro_export
]
macro_rules
!
make_item
(
(
$name
:
ident
)
=>
(
pub
const
$name
:
usize
=
42
;)
);