Skip to content

Commit a65cc1e

Browse files
committed
Fix error introduced during last rebase
1 parent cfe1a77 commit a65cc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ impl<'a, 'gcx, 'tcx> Layout {
11011101
non_zero: false
11021102
}
11031103
}
1104-
ty::TyDynamic(_) => {
1104+
ty::TyDynamic(..) => {
11051105
let mut unit = Struct::new(dl, &vec![], &[],
11061106
StructKind::AlwaysSizedUnivariant, ty)?;
11071107
unit.sized = false;

0 commit comments

Comments
 (0)