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 6136381 commit 0ea44fdCopy full SHA for 0ea44fd
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