• N
    Refactor the second half of `parse_tt`. · 09c3e820
    Nicholas Nethercote 提交于
    The current structure makes it hard to tell that there are just four
    distinct code paths, depending on how many items there are in `bb_items`
    and `next_items`. This commit introduces a `match` that clarifies
    things.
    09c3e820
macro_parser.rs 34.5 KB