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 up`#[changeset_for]` fails on structs with a single field #66
Comments
added a commit
that referenced
this issue
Dec 20, 2015
sgrif
added this to the 0.4 milestone
Dec 20, 2015
sgrif
added
the
bug
label
Dec 20, 2015
This comment has been minimized.
|
Forgot to mention it in the commit, but this was fixed by cf56133 |
sgrif
closed this
Jan 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedDec 20, 2015
Codegen continues to try to create a tuple, and we don't implement any of our traits for tuples with a single element. This should not create a tuple if there's only one field.