Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-gui
/
src
/
macro_expansion
/
other.rs
blob: 8661b01be3889d88560dc40216b4484c8fecae68 [
file
] [
log
] [
blame
]
#[
macro_export
]
macro_rules
!
other_macro
{
(
$x
:
ident
)
=>
{{
$x
+=
2
;
}}
}