about summary refs log tree commit diff
path: root/tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-09-05 16:28:10 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-09-05 21:22:51 +0800
commit7154d39231fd8051bc207dda3afba21a11b14fcd (patch)
tree1d04e8f643f458d0155151a0130c29ec3000b402 /tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs
parentaebcbe0a4b1bb7df327bccf94a82117b4ca99a9f (diff)
downloadrust-7154d39231fd8051bc207dda3afba21a11b14fcd.tar.gz
rust-7154d39231fd8051bc207dda3afba21a11b14fcd.zip
tests: move `run-make` tests requiring in-tree cargo to `run-make-cargo` test suite
Diffstat (limited to 'tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs')
-rw-r--r--tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs b/tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs
new file mode 100644
index 00000000000..fbd1906ec09
--- /dev/null
+++ b/tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs
@@ -0,0 +1 @@
+// This file MUST exist to trigger the original bug.