mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
thread in borrow signature inference
This commit is contained in:
parent
27b2d10b2a
commit
d8c71c23f4
6 changed files with 454 additions and 12 deletions
|
@ -11,6 +11,7 @@
|
|||
// re-enable this when working on performance optimizations than have it block PRs.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
|
||||
pub mod borrow;
|
||||
pub mod inc_dec;
|
||||
pub mod ir;
|
||||
pub mod layout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue