Module rustc_trait_selection::solve::eval_ctxt::select

source ·

Structs§

Traits§

Functions§

  • This is a lot more limited than the old solver’s equivalent method. This may lead to more Ok(None) results when selecting traits in polymorphic contexts, but we should never rely on the lack of ambiguity, and should always just gracefully fail here. We shouldn’t rely on this incompleteness.