Skip to content

Commit f1fa831

Browse files
authored
Unrolled build for rust-lang#125357
Rollup merge of rust-lang#125357 - GuillaumeGomez:migrate-rustdoc-scrape-examples-multiple, r=jieyouxu Migrate `run-make/rustdoc-scrape-examples-multiple` to `rmake.rs` Part of rust-lang#121876. r? ```@jieyouxu```
2 parents 5065123 + f8c992f commit f1fa831

File tree

4 files changed

+6
-27
lines changed

4 files changed

+6
-27
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ run-make/rmeta-preferred/Makefile
234234
run-make/rustc-macro-dep-files/Makefile
235235
run-make/rustdoc-io-error/Makefile
236236
run-make/rustdoc-scrape-examples-macros/Makefile
237-
run-make/rustdoc-scrape-examples-multiple/Makefile
238237
run-make/rustdoc-verify-output-files/Makefile
239238
run-make/rustdoc-with-output-option/Makefile
240239
run-make/rustdoc-with-short-out-dir-option/Makefile

tests/run-make/rustdoc-scrape-examples-multiple/Makefile

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -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

-21
This file was deleted.

0 commit comments

Comments
 (0)