Skip to content

Commit 569df02

Browse files
committed
---
yaml --- r: 16351 b: refs/heads/try c: dc77386 h: refs/heads/master i: 16349: 68652e1 16347: c59092d 16343: a0c6516 16335: 9b37fcf 16319: fe1e7e0 v: v3
1 parent 036ebc5 commit 569df02

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 88f03743b0e82fb25cd18f5e5503b03fb65ce0ed
5+
refs/heads/try: dc773864944c00623dc98dd5a985ae963653bd54
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/trans/common.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ fn T_array(t: TypeRef, n: uint) -> TypeRef {
633633
}
634634

635635
// Interior vector.
636-
//
637-
// FIXME: Support user-defined vector sizes.
638636
fn T_vec2(targ_cfg: @session::config, t: TypeRef) -> TypeRef {
639637
ret T_struct([T_int(targ_cfg), // fill
640638
T_int(targ_cfg), // alloc

0 commit comments

Comments
 (0)