This commit is contained in:
Folkert 2021-07-24 00:13:00 +02:00
parent 910cbb47c0
commit 59e551dd32
4 changed files with 2 additions and 6 deletions

View file

@ -656,7 +656,7 @@ impl<'a> Layout<'a> {
.max()
.unwrap_or_default()
// the size of the tag_id
+ pointer_size
+ variant.tag_id_builtin().stack_size(pointer_size)
}
Recursive(_)