Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upA bug with Identifiable: "use of undeclared lifetime name `'a`" #502
Comments
sgrif
added this to the
0.8 milestone
Dec 1, 2016
added a commit
that referenced
this issue
Dec 2, 2016
sgrif
referenced this issue
Dec 2, 2016
Merged
Properly derive `Identifiable` for structs with lifetimes #513
added a commit
that referenced
this issue
Dec 2, 2016
added a commit
that referenced
this issue
Dec 2, 2016
sgrif
closed this
in
#513
Dec 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
golddranks commentedNov 27, 2016
Demonstrated by https://github.com/golddranks/diesel_bug
Setup a database with
diesel_cli, set theDATABASE_URLenv var and try to compile:Caused by the Identifiable derivation with this struct in models.rs: