Move rustc_ty -> rustc_ty_utils
This commit is contained in:
@@ -997,7 +997,7 @@ fn assemble_candidates_from_impls<'cx, 'tcx>(
|
||||
// type.
|
||||
//
|
||||
// NOTE: This should be kept in sync with the similar code in
|
||||
// `rustc_ty::instance::resolve_associated_item()`.
|
||||
// `rustc_ty_utils::instance::resolve_associated_item()`.
|
||||
let node_item =
|
||||
assoc_ty_def(selcx, impl_data.impl_def_id, obligation.predicate.item_def_id)
|
||||
.map_err(|ErrorReported| ())?;
|
||||
|
||||
Reference in New Issue
Block a user