about summary refs log tree commit diff
path: root/src/test/rustdoc/whitespace-after-where-clause.struct.html
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-03 11:28:33 +0000
committerbors <bors@rust-lang.org>2022-12-03 11:28:33 +0000
commit4bb15759d7eb519be70c9a955dba9be09e13c06d (patch)
treef32a5f27ca6cf631d3b20134377d452a5839a1d7 /src/test/rustdoc/whitespace-after-where-clause.struct.html
parent703d95e183fbb678249d8f61cabc732e46884e00 (diff)
parent269704a4a09502ae64f3916058b157d94e6cba99 (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.html2
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&lt;'a, B:&#160;?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a&gt;<span class="where fmt-newline">where<br />&#160;&#160;&#160;&#160;B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt;,</span>{
+<div class="item-decl"><pre class="rust struct"><code>pub struct Struct&lt;'a, B&gt;<span class="where fmt-newline">where<br />&#160;&#160;&#160;&#160;B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; + ?<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">&amp;'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