Point at impl self type for impl wf obligations

This commit is contained in:
Michael Goulet 2023-01-12 20:15:00 +00:00
parent d76e168f01
commit 2aabb0fd5d
31 changed files with 97 additions and 97 deletions

View file

@ -1272,7 +1272,7 @@ fn check_impl<'tcx>(
wfcx.param_env,
wfcx.body_id,
&trait_pred,
ast_trait_ref.path.span,
ast_self_ty.span,
item,
);
debug!(?obligations);