summary refs log tree commit diff
path: root/src/test/compile-fail/macro-input-future-proofing.rs
AgeCommit message (Collapse)AuthorLines
2015-01-06Stricter rules surrounding adjacent nonterminals and sequencesCorey Richardson-0/+4
2015-01-06Fix falloutCorey Richardson-12/+12
2015-01-06syntax: implement 'macro input future proofing'Corey Richardson-0/+26
See RFC 550 (https://github.com/rust-lang/rfcs/pull/550) for the motivation and details. If this breaks your code, add one of the listed tokens after the relevant non-terminal in your matcher. [breaking-change]