]> git.lizzy.rs Git - rust.git/commit
Merge #1222
authorbors[bot] <bors[bot]@users.noreply.github.com>
Wed, 1 May 2019 17:45:56 +0000 (17:45 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Wed, 1 May 2019 17:45:56 +0000 (17:45 +0000)
commit12629d5e4f2d949eedb707dedad4d75eff09e683
treebbd0e531ac05cac0a511acbfa6ad24a977b63124
parent817a38538f69d5383942476a6066ca98d6f7d1cb
parenta42f26502d22e270285e10af463996b22eec98ce
Merge #1222

1222: Skip Dollars when bump raw  token r=matklad a=edwin0cheng

This PR fixed a bug while parsing token_tree, it should skip all L_DOLLAR AND R_DOLLAR.

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>