diff options
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-remap/rmake.rs')
| -rw-r--r-- | tests/run-make/rustdoc-scrape-examples-remap/rmake.rs | 5 |
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(&[]); +} |
