]> git.lizzy.rs Git - rust.git/commit
Permit token trees, identifiers, and blocks to be following by
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 15 May 2015 17:20:26 +0000 (13:20 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 15 May 2015 17:23:27 +0000 (13:23 -0400)
commit724b6ed751a0070d5c0904895e25578ca97f3fc7
treeabc4d361686230ee62d0ca51c1413b525bd70976
parent7ebaf1c5c6dcff22d554bc0169a7416f1305c8c4
Permit token trees, identifiers, and blocks to be following by
sequences.

Fixes #25436.
src/libsyntax/ext/tt/macro_rules.rs
src/test/compile-fail/macro-followed-by-seq-bad.rs [new file with mode: 0644]
src/test/run-pass/macro-followed-by-seq.rs [new file with mode: 0644]
src/test/run-pass/macro-tt-followed-by-seq.rs [new file with mode: 0644]