rust/src/test/ui/token
Esteban Küber 78ae8feebb Improve wording and spans for unexpected token
* 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.
2017-03-25 15:36:59 -07:00
..
bounds-obj-parens.rs Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
bounds-obj-parens.stderr Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
issue-10636-2.rs Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
issue-10636-2.stderr Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
macro-incomplete-parse.rs Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
macro-incomplete-parse.stderr Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
trailing-plus-in-bounds.rs Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
trailing-plus-in-bounds.stderr Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00