about summary refs log tree commit diff
path: root/tests/rustdoc/foreign-implementors-js-43701.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-11-20 11:50:18 -0700
committerMichael Howell <michael@notriddle.com>2023-11-20 11:50:18 -0700
commit0f466b06d197729ebeeb72a9503f0a878749ec87 (patch)
treed2b01d50ecca72403516f436c048208fade45cd3 /tests/rustdoc/foreign-implementors-js-43701.rs
parent46ecc10c6951a2a0e52d93fe5d3acae9743e3ab9 (diff)
downloadrust-0f466b06d197729ebeeb72a9503f0a878749ec87.tar.gz
rust-0f466b06d197729ebeeb72a9503f0a878749ec87.zip
rustdoc: rename `issue-\d+.rs` tests to have meaningful names
Diffstat (limited to 'tests/rustdoc/foreign-implementors-js-43701.rs')
-rw-r--r--tests/rustdoc/foreign-implementors-js-43701.rs5
1 files changed, 5 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 00000000000..de772881e73
--- /dev/null
+++ b/tests/rustdoc/foreign-implementors-js-43701.rs
@@ -0,0 +1,5 @@
+#![crate_name = "foo"]
+
+pub use std::vec::Vec;
+
+// @!has trait.impl/core/clone/trait.Clone.js