Merge remote-tracking branch 'origin/trunk' into tag-union-imitate-rust

This commit is contained in:
Folkert 2021-11-10 16:31:14 +01:00
commit 144dbef434
76 changed files with 3845 additions and 7801 deletions

View file

@ -1126,7 +1126,6 @@ impl<'a> LayoutCache<'a> {
seen: Vec::new_in(arena),
ptr_bytes: self.ptr_bytes,
};
RawFunctionLayout::from_var(&mut env, var)
}