Add target to cargo config
This commit is contained in:
parent
27afd6ade4
commit
7f1c2c0e53
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ collect-metadata = "test --test dogfood --features metadata-collector-lint -- ru
|
||||||
[build]
|
[build]
|
||||||
# -Zbinary-dep-depinfo allows us to track which rlib files to use for compiling UI tests
|
# -Zbinary-dep-depinfo allows us to track which rlib files to use for compiling UI tests
|
||||||
rustflags = ["-Zunstable-options", "-Zbinary-dep-depinfo"]
|
rustflags = ["-Zunstable-options", "-Zbinary-dep-depinfo"]
|
||||||
|
target-dir = "target"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue