aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/nested-pattern.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix some nested patterns in rustcTim Chevalier2011-04-281-0/+29
In rustc, nested patterns were potentially matching when they shouldn't match, because a loop index wasn't being incremented. Fixed it and added one test case.