-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustpkg fails to install package from git repo #7744
New issue
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
Comments
Rustpkg operates on pkgids, not urls. But perhaps it should notice when passed a url! |
@graydon oh - I saw the usage (using an url) in one of the examples, either in the rustpkg help or one of the related documents. |
This is still an issue. |
Rustpkg is no longer part of the Rust suite. This can be closed. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 7, 2021
…ednet Correctly handle signs in exponents in numeric_literal::format() Fixes rust-lang#7744 changelog: Correctly handle signs in exponents in `numeric_literal::format()`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems as if rustpkg doesn#t detect the
git://
prefix properly, at least it's trying to fetch the git repo using https ...The text was updated successfully, but these errors were encountered: