• Make `match_token!` macro work on token trees instead of AST.

    Token trees are much simpler, and thus easier to work with
    and less subject to future breaking changes in the `syn` crate.
    SimonSapin committed Oct 23, 2016