Skip to content

Commit

Permalink
Rollup merge of #72586 - lcnr:winner-winnowing, r=nikomatsakis
Browse files Browse the repository at this point in the history
split select into submodules

https://github.com/rust-lang/rust/blob/a0f06d11ae7fe29c8e263e2a5d8cd41b372f0283/src/librustc_trait_selection/traits/select.rs#L1

I extracted two submodules:

- confirmation: apart from `pub(super) fn confirm_candidate`, everything else is private
- candidate_assembly: exports `pub(super) fn candidate_from_obligation` and `pub(super) fn assemble_candidates`

I tried to change as little as possible while doing this and hopefully split this into well reviewable commits.
  • Loading branch information
Dylan-DPC authored Jun 3, 2020
2 parents 6f48888 + b280264 commit f94c0df
Show file tree
Hide file tree
Showing 3 changed files with 1,440 additions and 1,413 deletions.
Loading

0 comments on commit f94c0df

Please sign in to comment.