]> git.lizzy.rs Git - rust.git/commit - src/librustdoc/json/mod.rs
Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddle
authorbors <bors@rust-lang.org>
Sat, 3 Dec 2022 11:28:33 +0000 (11:28 +0000)
committerbors <bors@rust-lang.org>
Sat, 3 Dec 2022 11:28:33 +0000 (11:28 +0000)
commit4bb15759d7eb519be70c9a955dba9be09e13c06d
treef32a5f27ca6cf631d3b20134377d452a5839a1d7
parent703d95e183fbb678249d8f61cabc732e46884e00
parent269704a4a09502ae64f3916058b157d94e6cba99
Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddle

Merge generics and where predicates and prevent duplicates in where predicates

Part of #104886 (I didn't include bounds from parent trait yet as I think the PR is already big enough).

Also we'll need to run a perf check.

cc `@fmease` since you worked a bit on this.
r? `@notriddle`