This commit is contained in:
Folkert 2020-07-30 13:30:46 +02:00
parent eb793b2b44
commit d784f62cd3
5 changed files with 661 additions and 532 deletions

View file

@ -13,6 +13,7 @@
pub mod expr;
pub mod layout;
pub mod reset_reuse;
// Temporary, while we can build up test cases and optimize the exhaustiveness checking.
// For now, following this warning's advice will lead to nasty type inference errors.