-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
When searching the RUST_PATH, rustpkg ignores versions #8711
Comments
ghost
assigned catamorphism
Aug 23, 2013
Blocked on #9193 |
Fixed pending try build. |
catamorphism
added a commit
to catamorphism/rust
that referenced
this issue
Nov 14, 2013
Rustpkg is gone, so this should probably be closed. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 21, 2022
… r=giraffate Take over: New lint bytes count to len take over rust-lang#8375 close rust-lang#8083 This PR adds new lint about considering replacing `.bytes().count()` with `.len()`. Thank you in advance. --- r! `@Manishearth` changelog: adds new lint [`bytes_count_to_len`] to consider replacing `.bytes().count()` with `.len()`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In an upcoming pull request, rustpkg will gain the ability to find installed libraries in the RUST_PATH without necessarily rebuilding them. However, it will ignore the requested version (if there is one) when searching for libraries. This is wrong; if you request foo#0.3, it should ignore an installed foo-0.4, for example.
The text was updated successfully, but these errors were encountered: