Add target to cargo config

This commit is contained in:
Cameron Steffen 2021-09-08 14:05:49 -05:00
parent 27afd6ade4
commit 7f1c2c0e53
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ collect-metadata = "test --test dogfood --features metadata-collector-lint -- ru
[build]
# -Zbinary-dep-depinfo allows us to track which rlib files to use for compiling UI tests
rustflags = ["-Zunstable-options", "-Zbinary-dep-depinfo"]
target-dir = "target"