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
workspace_root()
cargo run always hangs in workspace_root(). to be clear, it hangs in the first line of that function:
cargo run
fn workspace_root() -> String { let output = Command::new("cargo").args(&["metadata", "--format-version", "1"]).output(); ... }
After runing cargo metadata --format-version 1 manually, it runs well.
cargo metadata --format-version 1
cargo metadata --format-version 1 Downloading winapi-i686-pc-windows-gnu v0.4.0 {"packages":[{"name":"cargo-src","version":"0.1.0","id":"cargo-src 0.1.0 ... cargo run
my rustc:
rustc -Vv rustc 1.27.0-nightly (ac3c2288f 2018-04-18) binary: rustc commit-hash: ac3c2288f9f9d977acb46406ba60033d65165a7b commit-date: 2018-04-18 host: x86_64-pc-windows-msvc release: 1.27.0-nightly LLVM version: 6.0
The text was updated successfully, but these errors were encountered:
I'm not getting this behavior on either of my Windows 10 machines. @liigo, do you have more environment info about the box you're reproducing this on?
Sorry, something went wrong.
no more info, sorry!
No branches or pull requests
cargo run
always hangs inworkspace_root()
.to be clear, it hangs in the first line of that function:
After runing
cargo metadata --format-version 1
manually, it runs well.my rustc:
The text was updated successfully, but these errors were encountered: