You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "test-udeps"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2.93"
Running with CARGO_TARGET_DIR works as expected, but using --target-dir causes the error:
Compiling libc v0.2.120
error: error writing dependencies to `./target-cmd/debug/build/libc-7e6898962c1844e1/build_script_build-7e6898962c1844e1.d`: No such file or directory (os error 2)
error: could not compile `libc` due to previous error
The text was updated successfully, but these errors were encountered:
With the following Cargo.toml
Running with CARGO_TARGET_DIR works as expected, but using --target-dir causes the error:
The text was updated successfully, but these errors were encountered: