summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/where.bravo_trait_decl.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/where.bravo_trait_decl.html')
-rw-r--r--tests/rustdoc/where.bravo_trait_decl.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rustdoc/where.bravo_trait_decl.html b/tests/rustdoc/where.bravo_trait_decl.html
new file mode 100644
index 000000000..00524201a
--- /dev/null
+++ b/tests/rustdoc/where.bravo_trait_decl.html
@@ -0,0 +1,5 @@
+<code>pub trait Bravo&lt;B&gt;<span class="where fmt-newline">where
+ B: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a>,</span>{
+ // Required method
+ fn <a href="#tymethod.get" class="fn">get</a>(&amp;self, B: B);
+}</code> \ No newline at end of file