Fix error introduced during last rebase

This commit is contained in:
Austin Hicks 2016-11-30 16:21:40 -05:00
parent cfe1a776ee
commit a65cc1ea54

View File

@ -1101,7 +1101,7 @@ impl<'a, 'gcx, 'tcx> Layout {
non_zero: false
}
}
ty::TyDynamic(_) => {
ty::TyDynamic(..) => {
let mut unit = Struct::new(dl, &vec![], &[],
StructKind::AlwaysSizedUnivariant, ty)?;
unit.sized = false;