Fix quadratic performance with lots of use statements This fixes 2 problems that caused quadratic performance when lots of use-statements were present. After this patch, performance is linear (and very fast) even with 1M uses. Fixes #43572. Fixes #43573. r? @eddyb |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| hygiene.rs | ||
| lib.rs | ||
| symbol.rs | ||