diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-15 10:44:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-15 10:44:10 +0100 |
| commit | d8b416db0af5b26fb01db3a275f2f3c114b36c61 (patch) | |
| tree | b37c2fef9ccb3a94c050bc450ab6765a84a2e5ef /compiler/rustc_codegen_llvm/src | |
| parent | 34425c8c00e85d3480746ddc1eef466b6fc8a697 (diff) | |
| parent | d8bd153ba54ce2ad2d7f1a431f471504690e33b1 (diff) | |
| download | rust-d8b416db0af5b26fb01db3a275f2f3c114b36c61.tar.gz rust-d8b416db0af5b26fb01db3a275f2f3c114b36c61.zip | |
Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, r=lcnr
Walk types more carefully in `ProhibitOpaqueTypes` visitor The visitor didn't account for the case where you could have `<TAIT as Trait>::Assoc` normalize to itself, in the case of a `type TAIT = impl Trait` with an unconstrained associated type. That causes the visitor to loop on the same type over and over. Fixes #104291
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
