Migrate run-make/rustdoc-scrape-examples-invalid-expr
to rmake.rs
This commit is contained in:
parent
bb97203e37
commit
14ae96470f
@ -234,7 +234,6 @@ run-make/rlib-format-packed-bundled-libs/Makefile
|
||||
run-make/rmeta-preferred/Makefile
|
||||
run-make/rustc-macro-dep-files/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-multiple/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…
Reference in New Issue
Block a user