Skip to content

Commit 204e721

Browse files
committed
---
yaml --- r: 4653 b: refs/heads/master c: 28bf190 h: refs/heads/master i: 4651: 32b7e2e v: v3
1 parent 0c3f71a commit 204e721

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: 1dbf0965a181484477f3daad6da45b8d9d9d0d95
2+
refs/heads/master: 28bf19021981bd41a365aaa684c71afd2cf079d7

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

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

0 commit comments

Comments
 (0)