Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
issues
/
issue-42755.rs
blob: 65796fc24e163151efd299546024fdfba9edc029 [
file
] [
log
] [
blame
] [
edit
]
macro_rules
!
foo
{
(
$
(
$p
:
vis
)*)
=>
{}
//~ ERROR repetition matches empty token tree
}
foo
!(
a
);
fn
main
()
{}