Uh oh!
There was an error while loading. Please reload this page.
Add better documentation for the Prelude. - #6907
Closed
steveklabnik wants to merge 1 commit into
Closed
Conversation
bors added a commit
that referenced
this pull request
Jun 3, 2013
steveklabnik
commented
Jun 5, 2013
ContributorAuthor
🤘 |
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Mar 25, 2021
Move some utils to `clippy_utils::ty` changelog: none `clippy_utils::*` has become a giant junk drawer. This is one step to clean it up a bit. One motivation is that I believe the long import statements cause more merge conflicts.
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Mar 25, 2021
Move some utils to `clippy_utils::source` changelog: none Continues rust-lang#6907
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Mar 25, 2021
…arth Don't re-export `clippy_utils::diagnostics::*` changelog: none Continues rust-lang#6907
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
6907: Lifetime reference search r=matklad a=Veykril PR rust-lang#6787 but rewritten to make use of the HIR now. This only applies to Lifetimes, not labels. Also Higher-Ranked Trait Bounds aren't supported yet, but I feel like this PR is big enough as is which is why I left them out after noticing I forgot about them. Supporting renaming required slight changes in the renaming module as lifetime names aren't allowed for anything but lifetimes(and labels) and vice versa for normal names. Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.