We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349036 commit a16753cCopy full SHA for a16753c
mk/tests.mk
@@ -394,7 +394,8 @@ $(3)/stage$(1)/test/rustdoctest-$(2)$$(X_$(2)): \
394
$$(RUSTDOC_LIB) $$(RUSTDOC_INPUTS) \
395
$$(SREQ$(1)_T_$(2)_H_$(3)) \
396
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBSYNTAX_$(2)) \
397
- $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC_$(2))
+ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC_$(2)) \
398
+ $$(SUNDOWN_LIB_$(2))
399
@$$(call E, compile_and_link: $$@)
400
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< --test \
401
-L $$(SUNDOWN_DIR_$(2))
0 commit comments