Function rustc_expand::mbe::macro_rules::check_lhs_no_empty_seq
source · [−]Expand description
Checks that the lhs contains no repetition which could match an empty token tree, because then the matcher would hang indefinitely.