about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-remap/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-remap/rmake.rs')
-rw-r--r--tests/run-make/rustdoc-scrape-examples-remap/rmake.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-remap/rmake.rs b/tests/run-make/rustdoc-scrape-examples-remap/rmake.rs
new file mode 100644
index 00000000000..4e3b895aef0
--- /dev/null
+++ b/tests/run-make/rustdoc-scrape-examples-remap/rmake.rs
@@ -0,0 +1,5 @@
+mod scrape;
+
+fn main() {
+    scrape::scrape(&[]);
+}