Skip to content

Commit 91840de

Browse files
committed
---
yaml --- r: 4783 b: refs/heads/master c: 69d4838 h: refs/heads/master i: 4781: ddcc943 4779: 6fd2529 4775: b19d7fa 4767: 1c784cc v: v3
1 parent 05348b0 commit 91840de

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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: df10df821b734b51dc7d434db979156a180a84e1
2+
refs/heads/master: 69d4838169a0794e29fae396684937126d29e1f5

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,11 +568,6 @@ fn parse_ty(p: &parser, colons_before_params: bool) -> @ast::ty {
568568
ast::ty_constr(@spanned(lo, hi, t),
569569
parse_type_constraints(p));
570570
}
571-
} else if (eat_word(p, "vec")) {
572-
expect(p, token::LT);
573-
t = ast::ty_vec(parse_mt(p));
574-
hi = p.get_hi_pos();
575-
expect_gt(p);
576571
} else if (p.peek() == token::LBRACKET) {
577572
expect(p, token::LBRACKET);
578573
t = ast::ty_ivec(parse_mt(p));

0 commit comments

Comments
 (0)