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

fix lifetime mismatch #1

Merged

Conversation

hawkw
Copy link

@hawkw hawkw commented Aug 5, 2020

This should fix the lifetime error. The problem is that the current implementation of record_option requires the value inside the option to be valid for the 'static lifetime, but when borrowed from a self reference with an arbitrary lifetime, this is not the case.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@akshatagarwl akshatagarwl merged commit eefcfc0 into akshatagarwl:option Aug 5, 2020
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.

2 participants