mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 08:26:14 +00:00
Avoid n² complexity. This showed up in a profile for match-stress-enum that has 8192 variants
Avoid n² complexity. This showed up in a profile for match-stress-enum that has 8192 variants