diff options
| author | bors <bors@rust-lang.org> | 2022-12-03 11:28:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-12-03 11:28:33 +0000 |
| commit | 4bb15759d7eb519be70c9a955dba9be09e13c06d (patch) | |
| tree | f32a5f27ca6cf631d3b20134377d452a5839a1d7 /src/test/rustdoc/whitespace-after-where-clause.struct.html | |
| parent | 703d95e183fbb678249d8f61cabc732e46884e00 (diff) | |
| parent | 269704a4a09502ae64f3916058b157d94e6cba99 (diff) | |
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`
Diffstat (limited to 'src/test/rustdoc/whitespace-after-where-clause.struct.html')
| -rw-r--r-- | src/test/rustdoc/whitespace-after-where-clause.struct.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/whitespace-after-where-clause.struct.html b/src/test/rustdoc/whitespace-after-where-clause.struct.html index 1ba1367d20f..fa3f224e7ad 100644 --- a/src/test/rustdoc/whitespace-after-where-clause.struct.html +++ b/src/test/rustdoc/whitespace-after-where-clause.struct.html @@ -1,4 +1,4 @@ -<div class="item-decl"><pre class="rust struct"><code>pub struct Struct<'a, B: ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a><span class="where fmt-newline">where<br />    B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a><dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>>,</span>{ +<div class="item-decl"><pre class="rust struct"><code>pub struct Struct<'a, B><span class="where fmt-newline">where<br />    B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a><dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>> + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</span>{ pub a: <a class="primitive" href="{{channel}}/std/primitive.reference.html">&'a </a>B, pub b: <a class="primitive" href="{{channel}}/std/primitive.u32.html">u32</a>, }</code></pre></div> \ No newline at end of file |
