Sign in
fuchsia
/
third_party
/
rust
/
ddb8551e03a1310a841da05b0418b49fd6287482
/
.
/
tests
/
ui
/
rust-2018
/
auxiliary
/
edition-lint-infer-outlives-macro.rs
blob: d45fa10f022aa56542563c15e47535c56f4cc28b [
file
] [
log
] [
blame
]
pub
fn
foo
()
{}
#[
macro_export
]
macro_rules
!
gimme_a
{
(
$
(
$mac
:
tt
)*)
=>
{
$
(
$mac
)*
{
'
a
}
}
}