summary refs log tree commit diff
path: root/src/test/parse-fail/issue-33413.rs
AgeCommit message (Collapse)AuthorLines
2016-05-14syntax: Refactor parsing of method declarationsVadim Petrochenkov-0/+16
Fix spans and expected token lists, fix #33413 + other cosmetic improvements Add test for #33413 Convert between `Arg` and `ExplicitSelf` precisely Simplify pretty-printing for methods