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/rustdoc-scrape-examples-paths/foo/src | |
| 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/rustdoc-scrape-examples-paths/foo/src')
| -rw-r--r-- | tests/run-make/rustdoc-scrape-examples-paths/foo/src/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-paths/foo/src/lib.rs b/tests/run-make/rustdoc-scrape-examples-paths/foo/src/lib.rs deleted file mode 100644 index a9bb0272c78..00000000000 --- a/tests/run-make/rustdoc-scrape-examples-paths/foo/src/lib.rs +++ /dev/null @@ -1,7 +0,0 @@ -pub struct X; - -impl X { - pub fn new() -> Self { - X - } -} |
