Add percision variable in fp/integer eq constraints

This commit is contained in:
Jared Ramirez 2020-12-28 16:22:34 -06:00
parent 5e332cbad9
commit 48f964adf4
17 changed files with 120 additions and 71 deletions

View file

@ -652,7 +652,9 @@ 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