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 upcompile error on deriving `Identifiable` #1438
Comments
This comment has been minimized.
|
You need to ensure that your |
sgrif
closed this
Dec 28, 2017
This comment has been minimized.
qmx
commented
Dec 28, 2017
|
good call, any suggestion on how to make this more obvious at the docs? Happy to put a PR together, as I've read it a handful times and couldn't see. |
This comment has been minimized.
|
We mention this in a few other places (I think the associations docs mentions it?) we could probably put that same wording in the docs for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qmx commentedDec 27, 2017
Setup
Versions
rustc 1.23.0-beta.2 (c9107ee93 2017-12-08)Feature Flags
Problem Description
What are you trying to accomplish?
trying to follow the association documentation https://docs.diesel.rs/diesel/associations/index.html and get a compilation error
What is the expected output?
no build errors
What is the actual output?
Are you seeing any additional errors?
Steps to reproduce
fully reproduceable repo here https://github.com/qmx/diesel-association-error-repro
Checklist