mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fix oversight
This commit is contained in:
parent
e19b03f290
commit
5012b11129
3 changed files with 3 additions and 5 deletions
|
@ -19,9 +19,6 @@ fn basic_type_from_record<'a, 'ctx, 'env>(
|
|||
.as_basic_type_enum()
|
||||
}
|
||||
|
||||
//pub const fn store_tag_id_in_pointer<'a, 'ctx, 'env>(
|
||||
// env: &crate::llvm::build::Env<'a, 'ctx, 'env>,
|
||||
|
||||
pub fn basic_type_from_layout<'a, 'ctx, 'env>(
|
||||
env: &crate::llvm::build::Env<'a, 'ctx, 'env>,
|
||||
layout: &Layout<'_>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue