Skip to content

Commit 4d548f9

Browse files
committed
Add test for help output with -W
1 parent 7104524 commit 4d548f9

File tree

4 files changed

+195
-0
lines changed

4 files changed

+195
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-include ../../run-make-fulldeps/tools.mk
2+
3+
all:
4+
$(RUSTDOC) -W help 2>&1 | diff - output-default.stdout
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a test to verify that `rustdoc` behaves the same as rustc and prints out help output for its options like -W (#88756).

0 commit comments

Comments
 (0)