Skip to content

Commit b74dd71

Browse files
authored
Unrolled build for rust-lang#121374
Rollup merge of rust-lang#121374 - Nadrieril:factor-explain, r=matthewjasper match lowering: Split off `test_candidates` into several functions and improve comments The logic of `test_candidates` has three steps: pick a test, sort the candidates, and generate code for everything. So I split it off into three methods. I also ended up reworking the comments that explain the algorithm. In particular I added detailed examples. I removed the digression about rust-lang#29740 because it's no longer relevant to how the code is structured today. r? ``@matthewjasper``
2 parents 381d699 + de4efa5 commit b74dd71

File tree

1 file changed

+218
-151
lines changed
  • compiler/rustc_mir_build/src/build/matches

1 file changed

+218
-151
lines changed

0 commit comments

Comments
 (0)