Files
rust/compiler
Dylan DPC 5645732b04 Rollup merge of #96383 - compiler-errors:issue-96381, r=estebank
Fix erased region escaping into wfcheck due to #95395

We can just use `liberate_late_bound_regions` instead of `erase_late_bound_regions`... This gives us `ReEarlyBound` instead of `ReErased`, the former being something typeck actually knows how to deal with...

Fixes #96381

Side-note: We only actually get far enough in the compiler pipeline to cause this ICE when we're invoking rustdoc. We actually abort rustc right before wfcheck because of the error that we emit (having `_` in the type signature). Why does rustdoc keep going even though we raise an error?
2022-04-27 02:47:10 +02:00
..
2022-04-23 09:59:24 +02:00
2022-04-26 17:04:44 -04:00
2022-04-23 23:01:19 +02:00
2022-04-23 09:57:00 +02:00
2022-04-18 23:28:06 +02:00