Fix error introduced during last rebase
This commit is contained in:
parent
cfe1a776ee
commit
a65cc1ea54
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue