Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
macro-match-nonterminal.rs
blob: 5d9eb55fee0366a96842811bffe0999338d7c129 [
file
] [
log
] [
blame
] [
edit
]
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
!()
}