We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2195854 commit c5dc4c7Copy full SHA for c5dc4c7
tests/run-make/rustdoc-test-args/Makefile
@@ -0,0 +1,10 @@
1
+include ../tools.mk
2
+
3
+# Test that rustdoc will properly load in a theme file and display it in the theme selector.
4
5
+OUTPUT_DIR := "$(TMPDIR)/rustdoc-test-args"
6
7
+all:
8
+ yes -- --cfg=A | head -n 100000 > cfgs
9
+ $(RUSTDOC) --test @cfgs foo.rs
10
+ rm cfgs
tests/run-make/rustdoc-test-args/foo.rs
@@ -0,0 +1,3 @@
+//! ```
+//! let x = 12;
0 commit comments