mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
alias analysis here we come!
This commit is contained in:
parent
ba503f1547
commit
f7fe811f0c
4 changed files with 323 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant, clippy::upper_case_acronyms)]
|
||||
|
||||
pub mod alias_analysis;
|
||||
pub mod borrow;
|
||||
pub mod expand_rc;
|
||||
pub mod inc_dec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue