aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/matches.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-211-2/+3
|
* Handle a lack of whitespace after match block (fixes #76)Libravatar Dirkjan Ochtman2018-04-121-0/+12
|
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-1/+1
|
* Support matching custom enumsLibravatar Anthony Nowell2017-11-021-0/+19
|
* Make match ref/deref as neededLibravatar Anthony Nowell2017-11-021-0/+27
| | | | | Much of this can be yanked out and made simpler when match-modes lands in stable
* support literals in match armsLibravatar Anthony Nowell2017-11-021-6/+26
|
* implement basic match functionalityLibravatar Anthony Nowell2017-11-021-0/+18