Use LocalDefId in OpaqueTypeKey
This commit is contained in:
parent
f8588549c3
commit
136f017258
15 changed files with 51 additions and 53 deletions
|
@ -938,7 +938,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
|
|||
#[instrument(skip(self), level = "debug")]
|
||||
pub fn member_constraint(
|
||||
&self,
|
||||
opaque_type_def_id: DefId,
|
||||
opaque_type_def_id: LocalDefId,
|
||||
definition_span: Span,
|
||||
hidden_ty: Ty<'tcx>,
|
||||
region: ty::Region<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue