]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #90746 - nnethercote:opt-pattern-matching, r=Nadrieril
authorbors <bors@rust-lang.org>
Thu, 11 Nov 2021 18:26:49 +0000 (18:26 +0000)
committerbors <bors@rust-lang.org>
Thu, 11 Nov 2021 18:26:49 +0000 (18:26 +0000)
commit936238a92b2f9d6e7afe7dda69b4afd903f96399
tree29df31c1ec7b72ac84a9e53ec3775e627f969cb9
parent3d29b6807740db74aeb9c2f626115e519dee4a62
parent580d357b5adef605fc731d295ca53ab8532e26fb
Auto merge of #90746 - nnethercote:opt-pattern-matching, r=Nadrieril

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`