about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-09-29 22:27:49 +0200
committerGitHub <noreply@github.com>2023-09-29 22:27:49 +0200
commit4a886462c92ae7636c4d8cd1f74e1b1d5fac7302 (patch)
treec10040593ecdc7e65b2a0b1441baf92bb0c0fc89 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent56ada88e7e1f00e6c6e8a0957de295bc0e2d64f7 (diff)
parentb83dfb5c5a6e9c976200490c89ff00726c425ad2 (diff)
downloadrust-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