fn check_lhs_no_empty_seq(sess: &ParseSess, tts: &[TokenTree]) -> bool
Expand description

Checks that the lhs contains no repetition which could match an empty token tree, because then the matcher would hang indefinitely.