Skip to content

rustpkg: Implement uninstall and list commands #7749

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

Merged
merged 2 commits into from
Jul 14, 2013

Conversation

catamorphism
Copy link
Contributor

@thestinger
Copy link
Contributor

Passed tests on all the buildslaves it did run on, but the builds on 32-bit only Linux builds were never started (it did pass on -all). I'm just going to merge it to unjam bors, and will revert it on the minuscule chance it breaks the 32-bit only builds on the next PR.

thestinger added a commit that referenced this pull request Jul 14, 2013
rustpkg: Implement `uninstall` and `list` commands
@thestinger thestinger merged commit a1f4843 into rust-lang:master Jul 14, 2013
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Apr 22, 2025
fixes rust-lang#7749.
This issue proposes searching for `DerefMut` impls, which is not done
here: every lifetime parameter (aka `<'a>`) is the input types is
considered to be potentially mutable, and thus deactivates the lint.

changelog: [`mut_from_ref`]: Fixes false positive, where lifetimes
nested in the type (e.g. `Box<&'a mut T>`) were not considered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants