about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-11 17:41:39 +0000
committerbors <bors@rust-lang.org>2024-02-11 17:41:39 +0000
commit9a253fa68e700dadf30e28ac2ee59a49df8eac97 (patch)
treef21bd122b91a70707c86615f902e900ba0779cb1 /compiler/rustc_codegen_llvm/src/errors.rs
parent9b2021235a4d34609dc9413c29cd5eea08392bba (diff)
parenta38f44ca93bc5e77b8d26bd2884c8b1f84281ca6 (diff)
downloadrust-9a253fa68e700dadf30e28ac2ee59a49df8eac97.tar.gz
rust-9a253fa68e700dadf30e28ac2ee59a49df8eac97.zip
Auto merge of #12269 - y21:implied_bounds_in_impls_refactor, r=xFrednet
Refactor `implied_bounds_in_impls` lint

Some refactors in `implied_bounds_in_impls` that I wanted to make while working on something else in that file, but I found them "large" enough that I didn't want them in the same PR and instead wanted them reviewed separately (since itd just be distracting).

This just splits up the two phases of "collect all the supertraits from each of the `impl Trait` bounds" and "find those `impl Trait` bounds that are mentioned in one of the previously-collected supertraits" into separate functions. Before, this was all in a single function.

Reviewing it commit by commit might make it easier. I can squash it down later.

changelog: none
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions