Skip to content

Commit a3dfa3f

Browse files
committed
---
yaml --- r: 4646 b: refs/heads/master c: 60e1cea h: refs/heads/master v: v3
1 parent cad56a7 commit a3dfa3f

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: 34abbde694e7f46ff681c0ab3770eee8d71f37a6
2+
refs/heads/master: 60e1cead9bab129b1937a11c71ab2ab2fd751792

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ fn parse_bottom_expr(p: &parser) -> @ast::expr {
806806
let es =
807807
parse_seq_to_end(token::RBRACKET, some(token::COMMA), parse_expr,
808808
p);
809-
ex = ast::expr_vec(es, mut, ast::sk_rc);
809+
ex = ast::expr_vec(es, mut, ast::sk_unique);
810810
} else if (p.peek() == token::POUND_LT) {
811811
p.bump();
812812
let ty = parse_ty(p);

0 commit comments

Comments
 (0)