Don't use `hir_ty_to_ty` in `result_large_err` fixes #9414 This occurs starting with 2022-09-01. I checked that this does fix the ICE on rust-lang/rust@9353538. Not sure which pr caused the late-bound region to leak through `hir_ty_to_ty`. changelog: None