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.
2 parents 87bc22f + 0ea44fd commit 032d5c1Copy full SHA for 032d5c1
mk/docs.mk
@@ -285,7 +285,7 @@ doc/$(1)/:
285
$(2) += doc/$(1)/index.html
286
doc/$(1)/index.html: CFG_COMPILER_HOST_TRIPLE = $(CFG_TARGET)
287
doc/$(1)/index.html: $$(LIB_DOC_DEP_$(1)) doc/$(1)/
288
- @$$(call E, rustdoc $$@)
+ @$$(call E, rustdoc: $$@)
289
$$(Q)$$(RUSTDOC) --cfg dox --cfg stage2 $$<
290
endef
291
0 commit comments