Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #77597 - simonvandel:uninhabited-hashset, r=jonas-schie…
…vink perf: UninhabitedEnumBranching avoid n^2 Avoid n² complexity. This showed up in a profile for match-stress-enum that has 8192 variants I have only profiled locally against `match-stress-enum`, so we should have it perf tested to make sure it does not regress other crates.
- Loading branch information