Skip to content

Commit dd5972e

Browse files
committed
mk: add missing dep compiletest=>log
1 parent b20e748 commit dd5972e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/crates.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ DEPS_rustdoc := rustc rustc_driver native:hoedown serialize getopts \
123123
test rustc_lint rustc_front
124124

125125

126-
TOOL_DEPS_compiletest := test getopts
126+
TOOL_DEPS_compiletest := test getopts log
127127
TOOL_DEPS_rustdoc := rustdoc
128128
TOOL_DEPS_rustc := rustc_driver
129129
TOOL_DEPS_rustbook := std rustdoc

0 commit comments

Comments
 (0)