We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b57ef3 + f8c992f commit 639853fCopy full SHA for 639853f
src/tools/tidy/src/allowed_run_make_makefiles.txt
@@ -234,7 +234,6 @@ run-make/rmeta-preferred/Makefile
234
run-make/rustc-macro-dep-files/Makefile
235
run-make/rustdoc-io-error/Makefile
236
run-make/rustdoc-scrape-examples-macros/Makefile
237
-run-make/rustdoc-scrape-examples-multiple/Makefile
238
run-make/rustdoc-verify-output-files/Makefile
239
run-make/rustdoc-with-output-option/Makefile
240
run-make/rustdoc-with-short-out-dir-option/Makefile
tests/run-make/rustdoc-scrape-examples-multiple/Makefile
tests/run-make/rustdoc-scrape-examples-multiple/rmake.rs
@@ -0,0 +1,6 @@
1
+#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
2
+mod scrape;
3
+
4
+fn main() {
5
+ scrape::scrape(&[]);
6
+}
tests/run-make/rustdoc-scrape-examples-multiple/scrape.mk
0 commit comments