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 upcustom_derive! + HasMany! not working for me #389
Comments
This comment has been minimized.
|
Thanks for the detailed report!
|
This comment has been minimized.
|
@killercup: Thanks for your help, didn't think of that. |
bahlo
closed this
Aug 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bahlo commentedAug 1, 2016
•
edited
I have a setup similar to your getting started guide and want to add the
HasMany!macro withcustom_derive.Crate list in
main.rs:My user model:
Cargo.tomlexcerptWhen I run the code, I get the following output:
I'm thankful for any help😊