Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-68092-unicode-ident-after-incomplete-expr.rs
blob: d489df85c44d9df0b14c15171272337500c18ea1 [
file
] [
log
] [
blame
]
macro_rules
!
x
{
(
$
(
$c
:
tt
)*)
=>
{
$
(
$c
)รถ*
};
}
fn
main
()
{
x
!(!);
//~ ERROR macro expansion ends with an incomplete expression: expected expression
}