diff --git a/.cargo/config b/.cargo/config index 84ae36a46d7..7a57644be00 100644 --- a/.cargo/config +++ b/.cargo/config @@ -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"