about summary refs log tree commit diff
path: root/tests/rustdoc/where.alpha_trait_decl.html
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-23 11:41:43 +0000
committerbors <bors@rust-lang.org>2023-06-23 11:41:43 +0000
commit54d6738a8df74382c439e1dfb9ce4e2382d7742e (patch)
tree583ef1002164999982cf99c256bace32b8722e41 /tests/rustdoc/where.alpha_trait_decl.html
parentfe37f37e4b764bb82fc0eb8c727842746de7c93f (diff)
parentc5fd53774fde96b74b31c280972142c04e3a3445 (diff)
downloadrust-54d6738a8df74382c439e1dfb9ce4e2382d7742e.tar.gz
rust-54d6738a8df74382c439e1dfb9ce4e2382d7742e.zip
Auto merge of #112957 - matthiaskrgr:rollup-7ly0nv7, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #111747 (Don't structurally resolve during method ambiguity in probe)
 - #112704 (slice::from_raw_parts: mention no-wrap-around condition)
 - #112927 (Fix indentation for where clause in rustdoc pages)
 - #112933 (Avoid `&format` in error message code)
 - #112935 (style-guide: Fix typo)
 - #112941 (typo)
 - #112942 (style-guide: Organizational and editing tweaks (no semantic changes))
 - #112944 (style-guide: Add language disclaiming any effects on non-default Rust styles)
 - #112948 (Avoid guessing unknown trait implementation in suggestions)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'tests/rustdoc/where.alpha_trait_decl.html')
-rw-r--r--tests/rustdoc/where.alpha_trait_decl.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rustdoc/where.alpha_trait_decl.html b/tests/rustdoc/where.alpha_trait_decl.html
new file mode 100644
index 00000000000..a7700055c9a
--- /dev/null
+++ b/tests/rustdoc/where.alpha_trait_decl.html
@@ -0,0 +1,3 @@
+<code>pub struct Alpha&lt;A&gt;(_)
+<span class="where">where
+    A: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code>
\ No newline at end of file