summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/foreign-implementors-js-43701.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/foreign-implementors-js-43701.rs')
-rw-r--r--tests/rustdoc/foreign-implementors-js-43701.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rustdoc/foreign-implementors-js-43701.rs b/tests/rustdoc/foreign-implementors-js-43701.rs
new file mode 100644
index 000000000..3b16ad204
--- /dev/null
+++ b/tests/rustdoc/foreign-implementors-js-43701.rs
@@ -0,0 +1,6 @@
+// https://github.com/rust-lang/rust/issues/43701
+#![crate_name = "foo"]
+
+pub use std::vec::Vec;
+
+// @!has trait.impl/core/clone/trait.Clone.js