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

Lifetime issues with `#[insertable_into]` #245

Closed
sgrif opened this Issue Mar 28, 2016 · 1 comment

Comments

Projects
None yet
1 participant
@sgrif
Member

sgrif commented Mar 28, 2016

Reported on Reddit. https://www.reddit.com/r/rust/comments/4cb0am/diesel_codegen_confusion/

Seems to be caused by multiple fields with a lifetime in the struct. I'm digging into it now.

@sgrif

This comment has been minimized.

Member

sgrif commented Mar 28, 2016

This seems like a bug in Rust, but we should be able to work around it.

@sgrif sgrif closed this in b5be033 Mar 28, 2016

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