]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelix
authorbors <bors@rust-lang.org>
Wed, 25 May 2016 16:40:06 +0000 (09:40 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 May 2016 16:40:06 +0000 (09:40 -0700)
Make sure that macros that didn't pass LHS checking are not expanded.

This avoid duplicate errors for things like invalid fragment specifiers, or
parsing errors for ambiguous macros.


Trivial merge