Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
semicolon-in-expressions-from-macros
/
auxiliary
/
foreign-crate.rs
blob: 781391cc574a9d53e6fb10c3fa51be9d0a61d58b [
file
] [
log
] [
blame
] [
edit
]
#[
macro_export
]
macro_rules
!
my_macro
{
()
=>
{
true
;
}
}