Skip to content

Commit 9c1b3ac

Browse files
committed
---
yaml --- r: 4718 b: refs/heads/master c: 46658c4 h: refs/heads/master v: v3
1 parent 78f01a3 commit 9c1b3ac

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
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f32079f7c0f7bb2b5b2c90c7564e3ba87d0fc5af
2+
refs/heads/master: 46658c4a9c6a6f67ae6a20f3c9f6040c212af68c

trunk/src/comp/syntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ fn parse_bottom_expr(p: &parser) -> @ast::expr {
842842
let es =
843843
parse_seq_to_end(token::RBRACKET, some(token::COMMA), parse_expr,
844844
p);
845-
ex = ast::expr_vec(es, mut, ast::sk_rc);
845+
ex = ast::expr_vec(es, mut, ast::sk_unique);
846846
} else if (p.peek() == token::POUND_LT) {
847847
p.bump();
848848
let ty = parse_ty(p, false);

0 commit comments

Comments
 (0)