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