We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd90910 + 14ae964 commit cd1ca14Copy full SHA for cd1ca14
src/tools/tidy/src/allowed_run_make_makefiles.txt
@@ -234,7 +234,6 @@ run-make/rlib-format-packed-bundled-libs/Makefile
234
run-make/rmeta-preferred/Makefile
235
run-make/rustc-macro-dep-files/Makefile
236
run-make/rustdoc-io-error/Makefile
237
-run-make/rustdoc-scrape-examples-invalid-expr/Makefile
238
run-make/rustdoc-scrape-examples-macros/Makefile
239
run-make/rustdoc-scrape-examples-multiple/Makefile
240
run-make/rustdoc-scrape-examples-test/Makefile
tests/run-make/rustdoc-scrape-examples-invalid-expr/Makefile
tests/run-make/rustdoc-scrape-examples-invalid-expr/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
+}
0 commit comments