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
Reproduce: https://github.com/reem/railgun/tree/cargo-repro
Cloning the above and running cargo build leads to this output:
cargo build
Updating registry `https://github.com/rust-lang/crates.io-index` Compiling railgun v0.0.1 (file:///Users/reem/code/rust/x) Compiling unsafe-any v0.1.0 Compiling phantom v0.0.1 Compiling stainless v0.0.3 Compiling typeable v0.0.2 Compiling modifier v0.0.1 Compiling mime v0.0.1 Compiling gcc v0.0.2 Compiling url v0.2.0 Compiling pkg-config v0.0.1 Compiling typemap v0.0.3 Compiling plugin v0.0.0 Compiling openssl-sys v0.0.2 Compiling time v0.0.3 Compiling openssl v0.0.2 Compiling cookie v0.0.1 Compiling hyper v0.0.2
railgun appears to be compiled first, even though none of its dependencies are compiled yet.
railgun
The text was updated successfully, but these errors were encountered:
Closing as a dupe of #833, but see my comment on that issue for why this is happening.
Sorry, something went wrong.
No branches or pull requests
Reproduce: https://github.com/reem/railgun/tree/cargo-repro
Cloning the above and running
cargo build
leads to this output:railgun
appears to be compiled first, even though none of its dependencies are compiled yet.The text was updated successfully, but these errors were encountered: