Skip to content

Commit

Permalink
Remove outdated FIXME: #10604 was fixed by #11717.
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Nov 10, 2016
1 parent 6076fef commit 34f8e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc_trans/adt.rs
Expand Up @@ -245,8 +245,6 @@ fn generic_type_of<'a, 'tcx>(cx: &CrateContext<'a, 'tcx>,
// So we start with the discriminant, pad it up to the alignment with
// more of its own type, then use alignment-sized ints to get the rest
// of the size.
//
// FIXME #10604: this breaks when vector types are present.
let size = size.bytes();
let align = align.abi();
let discr_ty = Type::from_integer(cx, discr);
Expand Down

0 comments on commit 34f8e62

Please sign in to comment.