mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:05:53 +00:00
Optimize pattern matching These commits speed up the `match-stress-enum` benchmark, which is very artificial, but the changes are simple enough that it's probably worth doing. r? `@Nadrieril`