File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
branches/try/src/rustc/middle/trans Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 88f03743b0e82fb25cd18f5e5503b03fb65ce0ed
5
+ refs/heads/try: dc773864944c00623dc98dd5a985ae963653bd54
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -633,8 +633,6 @@ fn T_array(t: TypeRef, n: uint) -> TypeRef {
633
633
}
634
634
635
635
// Interior vector.
636
- //
637
- // FIXME: Support user-defined vector sizes.
638
636
fn T_vec2 ( targ_cfg : @session:: config , t : TypeRef ) -> TypeRef {
639
637
ret T_struct ( [ T_int ( targ_cfg) , // fill
640
638
T_int ( targ_cfg) , // alloc
You can’t perform that action at this time.
0 commit comments