rust/src/libsyntax/ext/tt
bors 371bf0eda2 Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelix
Remove the old FOLLOW checking (aka `check_matcher_old`).

It was supposed to be removed at the next release cycle but is still in the tree since like 6 months.
Potential breaking change, since some cases (such as #25658) will change from a warning to an error. But the warning stating that it will be a hard error in the next release has been there for 6 months now.
I think it's safe to break this code. ^_^
2016-06-07 17:56:35 -07:00
..
macro_parser.rs Make sure that macros that didn't pass LHS checking are not expanded. 2016-05-24 11:21:28 +02:00
macro_rules.rs Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelix 2016-06-07 17:56:35 -07:00
transcribe.rs Make some fatal lexer errors recoverable 2016-04-27 20:48:18 +02:00