Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add trait_mismatched_generic_lifetimes lint. #1040

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

obi1kenobi
Copy link
Owner

Analogous to #1039, but this time for traits instead of structs/enums/unions. For traits, the proof of breakage is in trait bounds where all lifetimes must be explicitly specified.

Analogous to #1039, but this time for traits instead of structs/enums/unions. For traits, the proof of breakage is in trait bounds where all lifetimes must be explicitly specified.
@obi1kenobi obi1kenobi enabled auto-merge (squash) December 11, 2024 05:52
@obi1kenobi obi1kenobi merged commit aba9737 into main Dec 11, 2024
30 checks passed
@obi1kenobi obi1kenobi deleted the trait_mismatched_generic_lifetimes branch December 11, 2024 05:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant