Update tools and fulldeps tests
This commit is contained in:
parent
96e583fd52
commit
b8e3cb0377
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ struct ControlFlow<'a> {
|
|||
|
||||
fn extract_pats_and_cond(expr: &ast::Expr) -> (Option<&ast::Pat>, &ast::Expr) {
|
||||
match expr.kind {
|
||||
ast::ExprKind::Let(ref pat, ref cond, _) => (Some(pat), cond),
|
||||
ast::ExprKind::Let(ref pat, ref cond, _, _) => (Some(pat), cond),
|
||||
_ => (None, expr),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue