Skip to content

Commit

Permalink
Rollup merge of #125248 - GuillaumeGomez:migrate-rustdoc-scrape-examp…
Browse files Browse the repository at this point in the history
…les-invalid-expr, r=jieyouxu

Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs`

Part of #121876.

r? `@jieyouxu`
  • Loading branch information
matthiaskrgr committed May 18, 2024
2 parents fd90910 + 14ae964 commit cd1ca14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/tools/tidy/src/allowed_run_make_makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions tests/run-make/rustdoc-scrape-examples-invalid-expr/Makefile

This file was deleted.

6 changes: 6 additions & 0 deletions tests/run-make/rustdoc-scrape-examples-invalid-expr/rmake.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
mod scrape;

fn main() {
scrape::scrape();
}

0 comments on commit cd1ca14

Please sign in to comment.