]> git.lizzy.rs Git - rust.git/commit
Fix ICE with nested macro_rules!-style macros
authorKevin Ballard <kevin@sb.org>
Wed, 2 Jul 2014 05:11:47 +0000 (22:11 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Jul 2014 19:54:51 +0000 (12:54 -0700)
commitb81905eedbf56e026e8144a32056fd5dd0265d3b
treef89e6e14e2032e05d8fa8d41c46377fda7ccd00e
parent9868b65b153a5bed9ca75eca750efae13e93cc44
Fix ICE with nested macro_rules!-style macros

Fixes #10536.
src/libsyntax/parse/parser.rs
src/test/compile-fail/issue-10536.rs [new file with mode: 0644]