Skip to content

Commit 2e06ea0

Browse files
committed
mk: add missing dep compiletest=>log
1 parent ff11f3a commit 2e06ea0

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
@@ -122,7 +122,7 @@ DEPS_rustdoc := rustc rustc_driver native:hoedown serialize getopts \
122122
test rustc_lint rustc_front
123123

124124

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

0 commit comments

Comments
 (0)