about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-04-27 02:47:10 +0200
committerGitHub <noreply@github.com>2022-04-27 02:47:10 +0200
commit5645732b041ff1f3e7cee585d454613a9e7c43f0 (patch)
tree589674d090636878ff6e84c0cbe5f8f54b44f055 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parente63da0ba000b94c932aa6e166a02cebe9bf2c719 (diff)
parent8a28aa48d20ac4fd64d47815b84f1daf0c62f460 (diff)
downloadrust-5645732b041ff1f3e7cee585d454613a9e7c43f0.tar.gz
rust-5645732b041ff1f3e7cee585d454613a9e7c43f0.zip
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?
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions