mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 12:47:29 +00:00

match lowering: Remove hacky branch in sort_candidate Reusing `self.test()` there wasn't actually pulling a lot of weight. In particular the `TestKind::Len` cases were all already correctly handled. r? `@matthewjasper`