summary refs log tree commit diff
path: root/src/test/ui/token/macro-incomplete-parse.rs
AgeCommit message (Collapse)AuthorLines
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-1/+1
remove variant `Token::SubstNt` in favor of `quoted::TokenTree::MetaVar`.
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-0/+40
* Point at where the token was expected instead of the last token successfuly parsed. * Only show `unexpected token` if the next char and the unexpected token don't have the same span. * Change some cfail and pfail tests to ui test. * Don't show all possible tokens in span label if they are more than 6.