Skip to content

Commit 651906d

Browse files
Migrate run-make/rustdoc-output-path to rmake
1 parent e3029d2 commit 651906d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ run-make/rmeta-preferred/Makefile
246246
run-make/rustc-macro-dep-files/Makefile
247247
run-make/rustdoc-io-error/Makefile
248248
run-make/rustdoc-map-file/Makefile
249-
run-make/rustdoc-output-path/Makefile
250249
run-make/rustdoc-scrape-examples-invalid-expr/Makefile
251250
run-make/rustdoc-scrape-examples-macros/Makefile
252251
run-make/rustdoc-scrape-examples-multiple/Makefile

tests/run-make/rustdoc-output-path/Makefile

-4
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Checks that if the output folder doesn't exist, rustdoc will create it.
2+
3+
use run_make_support::{rustdoc, tmp_dir};
4+
5+
fn main() {
6+
rustdoc().input("foo.rs").output(tmp_dir().join("foo/bar/doc")).run();
7+
}

0 commit comments

Comments
 (0)