Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#95020 - compiler-errors:late-debuginfo, r=jac…
…kh726 erase late-bound regions in dyn projection types for debuginfo simply skipping the binder leaves late-bound regions that will cause debug assertions to fail when checking the layout of the projection ty, so let's erase the regions instead. sorry for taking so long to put this up, had trouble getting rustc set up on a new computer. fixes rust-lang#94998
- Loading branch information