Skip to content

Lint that warns when an elided lifetime ends up being a named lifetime (elided_named_lifetimes)#129207

Merged
bors merged 3 commits intorust-lang:masterfrom
GrigorenkoPV:elided-is-named
Sep 1, 2024
Merged

Lint that warns when an elided lifetime ends up being a named lifetime (elided_named_lifetimes)#129207
bors merged 3 commits intorust-lang:masterfrom
GrigorenkoPV:elided-is-named

Conversation

@GrigorenkoPV
Copy link
Copy Markdown
Contributor

@GrigorenkoPV GrigorenkoPV commented Aug 17, 2024

As suggested in #48686 (comment)

Fixes #48686

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Elision in method can take 'static from self, perhaps surprising