mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Have CallByName use Layout
This commit is contained in:
parent
4bfdea03a9
commit
6e05ba816f
8 changed files with 328 additions and 143 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue