summary refs log tree commit diff
path: root/tests/rustdoc/where.SWhere_Simd_item-decl.html
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-04-24 17:42:39 +0000
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-09-06 11:16:05 +0200
commit1abbd4cd4fa1c18c706505b71ed49cf0fda0ebee (patch)
tree2adf3665a998c255ff6fc11a8811f606e3f53637 /tests/rustdoc/where.SWhere_Simd_item-decl.html
parent3767e315ac55a64c5b430ef367ee7d8f6e0dc145 (diff)
downloadrust-1abbd4cd4fa1c18c706505b71ed49cf0fda0ebee.tar.gz
rust-1abbd4cd4fa1c18c706505b71ed49cf0fda0ebee.zip
Render missing fields in tuple struct/enum as /* private fields */
Diffstat (limited to 'tests/rustdoc/where.SWhere_Simd_item-decl.html')
-rw-r--r--tests/rustdoc/where.SWhere_Simd_item-decl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/where.SWhere_Simd_item-decl.html b/tests/rustdoc/where.SWhere_Simd_item-decl.html
index 3e72ba2b74f..46708b9e4e9 100644
--- a/tests/rustdoc/where.SWhere_Simd_item-decl.html
+++ b/tests/rustdoc/where.SWhere_Simd_item-decl.html
@@ -1,3 +1,3 @@
-<pre class="rust item-decl"><code>pub struct Simd&lt;T&gt;(_)
+<pre class="rust item-decl"><code>pub struct Simd&lt;T&gt;(/* private fields */)
 <span class="where">where
     T: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code></pre>