rust/compiler/rustc_infer
bors fdc3405c20 Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tmandry
Issue 72408 nested closures exponential

This fixes #72408.

Nested closures were resulting in exponential compilation time.

This PR is enhancing asymptotic complexity, but also increasing the constant, so I would love to see perf run results.
2020-09-18 14:08:39 +00:00
..
src Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tmandry 2020-09-18 14:08:39 +00:00
Cargo.toml Intorduced MiniMap - a tiny small storage optimized map implementation 2020-09-17 20:44:11 -05:00