auto merge of #5212 : thestinger/rust/iter, r=graydon
A small step towards fixing #2827
This commit is contained in:
@@ -537,7 +537,7 @@ pub fn walk_pat(pat: @pat, it: fn(@pat)) {
|
||||
for elts.each |p| {
|
||||
walk_pat(*p, it)
|
||||
}
|
||||
do tail.iter |tail| {
|
||||
for tail.each |tail| {
|
||||
walk_pat(*tail, it)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user