commit | c992d703a9537fbaf77fbc37fc1c1d0d93c849da | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Jun 23 18:48:23 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Jun 23 18:48:23 2019 -0700 |
tree | 1c1def386c874cf3e5bd9646c8c81f60d9c767da | |
parent | da0681af7cc2799c99ed1e36fa62c48f03735c73 [diff] [blame] |
Update test suite to nightly-2019-06-24
diff --git a/tests/test_precedence.rs b/tests/test_precedence.rs index 227bed8..30de381 100644 --- a/tests/test_precedence.rs +++ b/tests/test_precedence.rs
@@ -241,7 +241,7 @@ fn visit_expr(&mut self, e: &mut P<Expr>) { self.recurse_expr(e); match e.node { - ExprKind::If(..) | ExprKind::Block(..) | ExprKind::IfLet(..) => {} + ExprKind::If(..) | ExprKind::Block(..) | ExprKind::Let(..) => {} _ => { let inner = mem::replace( e,