Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
lexer
/
prefixed-lifetime.rs
blob: 6191b97d57697facdea7c5860d6a5a6644d14c15 [
file
] [
log
] [
blame
]
//@ edition: 2021
macro_rules
!
w
{
(
$
(
$tt
:
tt
)*)
=>
{};
}
w
!(
'
foo
#
lifetime
);
//~^ ERROR prefix `'foo` is unknown
fn
main
()
{}