We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06be45c + a52f996 commit 42c9ff6Copy full SHA for 42c9ff6
1 file changed
scripts/Makefile.build
@@ -357,7 +357,7 @@ rust_handle_depfile = \
357
358
quiet_cmd_rustc_o_rs = $(RUSTC_OR_CLIPPY_QUIET) $(quiet_modtag) $@
359
cmd_rustc_o_rs = \
360
- $(rust_common_cmd) --emit=dep-info,obj,metadata $<; \
+ $(rust_common_cmd) --emit=dep-info,obj $<; \
361
$(rust_handle_depfile)
362
363
$(obj)/%.o: $(src)/%.rs FORCE
0 commit comments