diff options
Diffstat (limited to 'tests/rustdoc/where.alpha_trait_decl.html')
-rw-r--r-- | tests/rustdoc/where.alpha_trait_decl.html | 3 |
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 000000000..a7700055c --- /dev/null +++ b/tests/rustdoc/where.alpha_trait_decl.html @@ -0,0 +1,3 @@ +<code>pub struct Alpha<A>(_) +<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 |