Skip to content
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

Ensure only static lifetimes appear in derived types #39

Merged
merged 34 commits into from
Jan 18, 2021

Conversation

dvdplm
Copy link
Contributor

@dvdplm dvdplm commented Dec 14, 2020

Follow-up PR to #20 that attempts to fix #38

@dvdplm dvdplm changed the title Ensure only static lifetimes appear Ensure only static lifetimes appear in derived types Dec 14, 2020
derive/src/trait_bounds.rs Outdated Show resolved Hide resolved
@dvdplm dvdplm requested a review from ascjones December 14, 2020 11:28
@dvdplm dvdplm marked this pull request as ready for review December 28, 2020 16:22
Copy link
Contributor

@ascjones ascjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

derive/src/trait_bounds.rs Outdated Show resolved Hide resolved
test_suite/tests/derive.rs Outdated Show resolved Hide resolved
@dvdplm dvdplm merged commit cf29a2a into master Jan 18, 2021
@dvdplm dvdplm deleted the dp-make-lifetimes-static branch January 18, 2021 12:57
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.

TypeInfo for types with 'static lifetime
2 participants