Have CallByName use Layout

This commit is contained in:
Richard Feldman 2020-05-10 10:17:44 -04:00
parent 4bfdea03a9
commit 6e05ba816f
8 changed files with 328 additions and 143 deletions

View file

@ -10,8 +10,10 @@
// and encouraging shortcuts here creates bad incentives. I would rather temporarily
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod expr;
pub mod layout;
pub mod layout_id;
// Temporary, while we can build up test cases and optimize the exhaustiveness checking.
// For now, following this warning's advice will lead to nasty type inference errors.