summary refs log tree commit diff
path: root/src/test/ui/token/macro-incomplete-parse.rs
AgeCommit message (Collapse)AuthorLines
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-4/+3
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-1/+1
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.