summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/unneeded-trait-implementations-title.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/unneeded-trait-implementations-title.rs')
-rw-r--r--src/test/rustdoc/unneeded-trait-implementations-title.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/rustdoc/unneeded-trait-implementations-title.rs b/src/test/rustdoc/unneeded-trait-implementations-title.rs
new file mode 100644
index 000000000..e1bcfd3b9
--- /dev/null
+++ b/src/test/rustdoc/unneeded-trait-implementations-title.rs
@@ -0,0 +1,5 @@
+#![crate_name = "foo"]
+
+pub struct Bar;
+
+// @count foo/struct.Bar.html '//*[@id="implementations"]' 0