remove union_size from Tag expr

This commit is contained in:
Folkert 2021-07-02 10:48:03 +02:00
parent 28520b2cf4
commit 6e3a2cd94d
5 changed files with 17 additions and 17 deletions

View file

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