diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-31 13:58:03 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-31 13:58:03 +0000 |
| commit | 4512f211ae77306b0cd0686a7871d56edbf36d30 (patch) | |
| tree | 2a296a2f9a5c125320bbb41e874dd71c01b3bc0c /tests/rustdoc/whitespace-after-where-clause.struct.html | |
| parent | 22b27120b990aa9ca851819ce95149385da7954d (diff) | |
| download | rust-4512f211ae77306b0cd0686a7871d56edbf36d30.tar.gz rust-4512f211ae77306b0cd0686a7871d56edbf36d30.zip | |
Accept less invalid Rust in rustdoc
Diffstat (limited to 'tests/rustdoc/whitespace-after-where-clause.struct.html')
| -rw-r--r-- | tests/rustdoc/whitespace-after-where-clause.struct.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/whitespace-after-where-clause.struct.html b/tests/rustdoc/whitespace-after-where-clause.struct.html index 948ddc499da..ca685358633 100644 --- a/tests/rustdoc/whitespace-after-where-clause.struct.html +++ b/tests/rustdoc/whitespace-after-where-clause.struct.html @@ -1,5 +1,5 @@ <pre class="rust item-decl"><code>pub struct Struct<'a, B><span class="where fmt-newline">where - 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>{ + B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a><<a class="primitive" href="{{channel}}/std/primitive.unit.html">()</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 B</a>, pub b: <a class="primitive" href="{{channel}}/std/primitive.u32.html">u32</a>, }</code></pre> \ No newline at end of file |
