diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-09-05 16:28:10 +0800 | 
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-09-05 21:22:51 +0800 | 
| commit | 7154d39231fd8051bc207dda3afba21a11b14fcd (patch) | |
| tree | 1d04e8f643f458d0155151a0130c29ec3000b402 /tests/run-make-cargo/rustdoc-scrape-examples-paths/foo/examples/tester.rs | |
| parent | aebcbe0a4b1bb7df327bccf94a82117b4ca99a9f (diff) | |
| download | rust-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.rs | 1 | 
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. | 
