alias analysis here we come!

This commit is contained in:
Folkert 2021-05-07 17:26:49 +02:00
parent ba503f1547
commit f7fe811f0c
4 changed files with 323 additions and 5 deletions

View file

@ -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;