Files
third_party_rust_rust/tests
Matthias Krüger 5ff6cdca7e Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errors
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.

Fixes #107419

r? compiler-errors who reviewed the original PR adding this diagnostic
2023-01-29 06:14:20 +01:00
..
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-27 22:01:47 +00:00
2023-01-12 00:25:46 +01:00
2023-01-27 12:11:01 +01:00
2023-01-11 09:32:08 +00:00
2023-01-27 18:57:34 +00:00
2023-01-11 09:32:08 +00:00