We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you set the Cargo target-dir to somewhere other than a sub directory of the project this snippet will never complete:
windows-rs/crates/gen/build.rs
Lines 9 to 26 in 7347944
Presumably other stuff would fail too since the expected directory structure isn't there.
The text was updated successfully, but these errors were encountered:
I'm working on this. The trouble is that there's no reliable way to find the target directory.
rust-lang/docs.rs#1444 (comment)
rust-lang/cargo#9661
This didn't work: #951
Sorry, something went wrong.
This should be fixed as of 0.17.0
No branches or pull requests
If you set the Cargo target-dir to somewhere other than a sub directory of the project this snippet will never complete:
windows-rs/crates/gen/build.rs
Lines 9 to 26 in 7347944
Presumably other stuff would fail too since the expected directory structure isn't there.
The text was updated successfully, but these errors were encountered: