This commit is contained in:
Folkert 2021-07-02 20:34:11 +02:00
parent 6e3a2cd94d
commit 3c2ee9e447
4 changed files with 600 additions and 4 deletions

View file

@ -8,7 +8,7 @@ pub mod expand_rc;
pub mod inc_dec;
pub mod ir;
pub mod layout;
// pub mod reset_reuse;
pub mod reset_reuse;
pub mod tail_recursion;
// Temporary, while we can build up test cases and optimize the exhaustiveness checking.