mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Update roc glue
This commit is contained in:
parent
d4b60052b0
commit
55b8aaebda
2 changed files with 27 additions and 27 deletions
|
@ -163,6 +163,11 @@ pub trait LayoutInterner<'a>: Sized {
|
|||
.stack_size_and_alignment(self, self.target_info())
|
||||
}
|
||||
|
||||
fn stack_size_without_alignment(&self, layout: InLayout<'a>) -> u32 {
|
||||
self.get(layout)
|
||||
.stack_size_without_alignment(self, self.target_info())
|
||||
}
|
||||
|
||||
fn contains_refcounted(&self, layout: InLayout<'a>) -> bool {
|
||||
self.get(layout).contains_refcounted(self)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue