Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
macros
/
macro-match-nonterminal.rs
blob: 5d9eb55fee0366a96842811bffe0999338d7c129 [
file
] [
log
] [
blame
]
macro_rules
!
test
{
(
$a
,
$b
)
=>
{
//~^ ERROR missing fragment
//~| ERROR missing fragment
//~| ERROR missing fragment
//~| WARN this was previously accepted
//~| WARN this was previously accepted
()
};
}
fn
main
()
{
test
!()
}