Rollup merge of #125248 - GuillaumeGomez:migrate-rustdoc-scrape-examples-invalid-expr, r=jieyouxu
Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs` Part of https://github.com/rust-lang/rust/issues/121876. r? `@jieyouxu`
This commit is contained in:
commit
cd1ca14c48
@ -234,7 +234,6 @@ run-make/rlib-format-packed-bundled-libs/Makefile
|
|||||||
run-make/rmeta-preferred/Makefile
|
run-make/rmeta-preferred/Makefile
|
||||||
run-make/rustc-macro-dep-files/Makefile
|
run-make/rustc-macro-dep-files/Makefile
|
||||||
run-make/rustdoc-io-error/Makefile
|
run-make/rustdoc-io-error/Makefile
|
||||||
run-make/rustdoc-scrape-examples-invalid-expr/Makefile
|
|
||||||
run-make/rustdoc-scrape-examples-macros/Makefile
|
run-make/rustdoc-scrape-examples-macros/Makefile
|
||||||
run-make/rustdoc-scrape-examples-multiple/Makefile
|
run-make/rustdoc-scrape-examples-multiple/Makefile
|
||||||
run-make/rustdoc-scrape-examples-test/Makefile
|
run-make/rustdoc-scrape-examples-test/Makefile
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
deps := ex
|
|
||||||
|
|
||||||
include ../rustdoc-scrape-examples-multiple/scrape.mk
|
|
||||||
|
|
||||||
all: scrape
|
|
@ -0,0 +1,6 @@
|
|||||||
|
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
|
||||||
|
mod scrape;
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
scrape::scrape();
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user