mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
wip
This commit is contained in:
parent
920b530008
commit
461e166254
16 changed files with 279 additions and 488 deletions
|
@ -50,10 +50,7 @@ impl<'a> Layout<'a> {
|
|||
|
||||
match content {
|
||||
var @ FlexVar(_) | var @ RigidVar(_) => {
|
||||
panic!(
|
||||
"Layout::new encountered an unresolved {:?} - subs was {:?}",
|
||||
var, subs
|
||||
);
|
||||
panic!("Layout::new encountered an unresolved {:?}", var);
|
||||
}
|
||||
Structure(flat_type) => layout_from_flat_type(arena, flat_type, subs, pointer_size),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue