Add target to cargo config
This commit is contained in:
parent
27afd6ade4
commit
7f1c2c0e53
@ -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…
Reference in New Issue
Block a user