Fix error introduced during last rebase
This commit is contained in:
parent
cfe1a776ee
commit
a65cc1ea54
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user