diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-09-29 22:27:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-29 22:27:49 +0200 |
| commit | 4a886462c92ae7636c4d8cd1f74e1b1d5fac7302 (patch) | |
| tree | c10040593ecdc7e65b2a0b1441baf92bb0c0fc89 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | 56ada88e7e1f00e6c6e8a0957de295bc0e2d64f7 (diff) | |
| parent | b83dfb5c5a6e9c976200490c89ff00726c425ad2 (diff) | |
| download | rust-4a886462c92ae7636c4d8cd1f74e1b1d5fac7302.tar.gz rust-4a886462c92ae7636c4d8cd1f74e1b1d5fac7302.zip | |
Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errors
fix(suggestion): insert projection to associated types
Fixes #98562
This PR has fixed some help suggestions for unsupported syntax, such as `fn f<T>(_:T) where T: IntoIterator, std::iter::IntoIterator::Item = () {}` to `fn f<T: IntoIterator<Item = ()>>(_T) {}`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
