Skip to content

Commit 6d23753

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 171709 b: refs/heads/beta c: ab6b651 h: refs/heads/master i: 171707: 5dc3d05 v: v3
1 parent c96540a commit 6d23753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 9dd65dd6243dc9cfee1381fc3f926aad9387df07
34+
refs/heads/beta: ab6b6514038c4d280248e2371080d097dbe31be1
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/beta/src/libregex_macros/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ fn exec<'t>(which: ::regex::native::MatchKind, input: &'t str,
603603
// Converts `xs` to a `[x1, x2, .., xN]` expression by calling `to_expr`
604604
// on each element in `xs`.
605605
fn vec_expr<T, It, F>(&self, xs: It, mut to_expr: F) -> P<ast::Expr> where
606-
It: Iterator<T>,
606+
It: Iterator<Item=T>,
607607
F: FnMut(&ExtCtxt, T) -> P<ast::Expr>,
608608
{
609609
let exprs = xs.map(|x| to_expr(self.cx, x)).collect();

0 commit comments

Comments
 (0)