mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
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.