mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
stub out Tag layout
This commit is contained in:
parent
6088a22cb6
commit
5926ac2f01
3 changed files with 23 additions and 16 deletions
|
@ -56,6 +56,9 @@ pub fn basic_type_from_layout<'ctx>(
|
|||
Struct(_fields) => {
|
||||
panic!("TODO layout_to_basic_type for Struct");
|
||||
}
|
||||
Tag(_fields) => {
|
||||
panic!("TODO layout_to_basic_type for Tag");
|
||||
}
|
||||
Pointer(_layout) => {
|
||||
panic!("TODO layout_to_basic_type for Pointer");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue