summary refs log tree commit diff
path: root/src/test/parse-fail/issue-37234.rs
AgeCommit message (Collapse)AuthorLines
2016-10-26Don't spin expanding stmt macros.Geoffry Song-0/+19
If we can't make progress when parsing a macro expansion as a statement then we should just bail. This alleviates the symptoms shown in e.g. #37113 but it doesn't fix the problem that parsing invalid enum bodies (and others) leaves the parser in a crappy state.