Module rustc_trait_selection::traits::codegen
source · [−]Functions
Attempts to resolve an obligation to an
ImplSource
. The result is
a shallow ImplSource
resolution, meaning that we do not
(necessarily) resolve all nested obligations on the impl. Note
that type check should guarantee to us that all nested
obligations could be resolved if we wanted to.