We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo-script
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
reqwest.rs
// cargo-deps: reqwest extern crate reqwest; fn main() { println!("{}", reqwest::get("https://www.rust-lang.org/en-US/").unwrap().text().unwrap()); }
Above file don't run on executing cargo script reqwest.rs. After build process it hangs and does not run binary.
cargo script reqwest.rs
command output
Compiling reqwest v0.1.0 ($HOME/.cargo/script-cache/file-reqwest-e49a49733bde173c) Finished release [optimized] target(s) in 6.97s # get stuck here
in case of running with --build-only same happens.
--build-only
The text was updated successfully, but these errors were encountered:
I have the same problem with the newest stable compiler.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
reqwest.rs
Above file don't run on executing
cargo script reqwest.rs
. After build process it hangs and does not run binary.command output
in case of running with
--build-only
same happens.The text was updated successfully, but these errors were encountered: