Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
issue-109237.rs
blob: 86a193c9e44acf54874186c917f37917b5d64474 [
file
] [
log
] [
blame
] [
edit
]
macro_rules
!
statement
{
()
=>
{;};
//~ ERROR expected expression
}
fn
main
()
{
let
_
=
statement
!();
}