Move rustc_ty
-> rustc_ty_utils
This commit is contained in:
parent
fe982319aa
commit
f59d03038c
11 changed files with 7 additions and 7 deletions
|
@ -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| ())?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue