minirust
minirust copied to clipboard
Minimize: cache type minimization
The type minimization currently doesn't reuse the result, which can lead to exponential blow up. tests/pass/enums.rs
has an example of a type which currently cannot be minimized with 32GB of ram due to its construction.