Module rustc_trait_selection::traits::select::candidate_assembly
source · Expand description
Candidate assembly.
The selection process begins by examining all in-scope impls, caller obligations, and so forth and assembling a list of candidates. See the rustc dev guide for more details.