mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
update to rust 1.56.1
This commit is contained in:
parent
0fdd8ac1b4
commit
9af09273b3
@ -1,4 +1,4 @@
|
||||
FROM rust:1.54-slim-bullseye
|
||||
FROM rust:1.56.1-slim-bullseye
|
||||
WORKDIR /earthbuild
|
||||
|
||||
prep-debian:
|
||||
|
@ -831,6 +831,7 @@ impl<
|
||||
fields: &'a [Symbol],
|
||||
) -> Result<(), String> {
|
||||
let struct_size = layout.stack_size(PTR_SIZE);
|
||||
|
||||
if let Layout::Struct(field_layouts) = layout {
|
||||
if struct_size > 0 {
|
||||
let offset = self.claim_stack_size(struct_size)?;
|
||||
|
Loading…
Reference in New Issue
Block a user