-
Notifications
You must be signed in to change notification settings - Fork 32
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
Using attribute default
with custom_struct
produces strange compile errors
#20
Comments
I will close the issue for now since I no longer have interest in isolating the underlying problems. It also seems I'm the only one hitting this particular problem. |
Let me reopen this until I get a chance to take a look myself. |
I am getting this issue as well, using a newtype |
Update on this: it seems that replacing the |
fixed in #40 |
Sorry for not having a more minimal example (I might post one soonish) but this should be fairly straightforward if not minimal.
This code gives :
wildcard overrides are only allowed with an explicit record type, e.g. query_as!() and its variants
Here's the custom type in question :
And here's the database schema I'm compiling against :
The text was updated successfully, but these errors were encountered: