mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Remove FLOAT_ADD and similar
This commit is contained in:
parent
ddf980e475
commit
32b9b1ea60
6 changed files with 60 additions and 93 deletions
|
@ -48,7 +48,7 @@ impl<'a> Layout<'a> {
|
|||
) -> Result<Self, ()> {
|
||||
use roc_types::subs::Content::*;
|
||||
|
||||
match content {
|
||||
match dbg!(content) {
|
||||
var @ FlexVar(_) | var @ RigidVar(_) => {
|
||||
panic!("Layout::new encountered an unresolved {:?}", var);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue