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