rust/compiler/rustc_borrowck
Nilstrieb 832751fe1d Also erase substs for new infcx in pin move error
The code originally correctly erased the regions of the type it passed
to the newly created infcx. But after the `fn_sig` query was made to
return an `EarlyBinder<T>`, some substs that were around were
substituted there without erasing their regions. They were then passed
into the newly cerated infcx, which caused the ICE.
2023-01-28 20:43:16 +01:00
..
src Also erase substs for new infcx in pin move error 2023-01-28 20:43:16 +01:00
Cargo.toml Do not use hir_ty_to_ty 2022-12-23 16:45:16 -08:00