commit | d0797737833d889a5e54b092134a22a984e02f6c | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Dec 26 01:46:12 2017 -0500 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Dec 26 01:46:12 2017 -0500 |
tree | ca034e1cb498f5518248a5661be1eed392e8c061 | |
parent | ea9ae899670ed48479f94fe31c4fa3b8a0d8ce5d [diff] [blame] |
Fix Tup -> Tuple in tests
diff --git a/tests/test_precedence.rs b/tests/test_precedence.rs index 6106a2c..8ef0a79 100644 --- a/tests/test_precedence.rs +++ b/tests/test_precedence.rs
@@ -379,7 +379,7 @@ self.0.push(expr); Expr { - node: ExprKind::Tup(ExprTup { + node: ExprKind::Tuple(ExprTuple { args: Delimited::new(), paren_token: tokens::Paren::default(), lone_comma: None