thread in borrow signature inference

This commit is contained in:
Folkert 2020-08-13 20:56:33 +02:00
parent 27b2d10b2a
commit d8c71c23f4
6 changed files with 454 additions and 12 deletions

View file

@ -11,6 +11,7 @@
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod borrow;
pub mod inc_dec;
pub mod ir;
pub mod layout;