Tuple types back, not constructable yet

This commit is contained in:
Marijn Haverbeke 2011-08-15 11:40:26 +02:00
parent 25b85df370
commit 9538b00363
17 changed files with 278 additions and 16 deletions

View file

@ -1569,6 +1569,7 @@ fn stmt_ends_with_semi(stmt: &ast::stmt) -> bool {
ret alt e.node {
ast::expr_vec(_, _, _) { true }
ast::expr_rec(_, _) { true }
ast::expr_tup(_) { true }
ast::expr_call(_, _) { true }
ast::expr_self_method(_) { false }
ast::expr_bind(_, _) { true }