mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Use precision in mono/ir to determine which number to generate
This commit is contained in:
parent
48f964adf4
commit
791a0e9404
8 changed files with 183 additions and 61 deletions
|
@ -652,9 +652,7 @@ impl<'a> LayoutCache<'a> {
|
|||
seen: MutSet::default(),
|
||||
};
|
||||
|
||||
dbg!(&var);
|
||||
let result = Layout::from_var(&mut env, var);
|
||||
dbg!(&result);
|
||||
|
||||
// Don't actually cache. The layout cache is very hard to get right in the presence
|
||||
// of specialization, it's turned of for now so an invalid cache is never the cause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue