We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c79d78 commit ff07e68Copy full SHA for ff07e68
mk/tests.mk
@@ -357,7 +357,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustc-dummy: \
357
# Rules for the rustdoc test runner
358
359
$(3)/test/rustdoctest.stage$(1)-$(2)$$(X): \
360
- $$(RUSTDOC_CRATE) $$(RUSTDOC_INPUTS) \
+ $$(RUSTDOC_LIB) $$(RUSTDOC_INPUTS) \
361
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
362
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
363
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \
@@ -374,7 +374,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustdoc-dummy: \
374
# Rules for the cargo test runner
375
376
$(3)/test/cargotest.stage$(1)-$(2)$$(X): \
377
- $$(CARGO_CRATE) $$(CARGO_INPUTS) \
+ $$(CARGO_LIB) $$(CARGO_INPUTS) \
378
379
380
0 commit comments