-
Notifications
You must be signed in to change notification settings - Fork 30
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
generate_common_impl seems to be missing a use super::* #22
Comments
Merged
Interesting. Obviously updating nightly shouldn't be a breaking change. Perhaps I need to update |
Closed
I think it was this: rust-lang/rust#50504 |
Seems like it. Quick question: any time frame for publishing the fix on crates.io? |
I think I'll push out 0.4.4 in the next few hours |
Done |
Thanks!
Em Ter, 17 de jul de 2018 14:23, adwhit <notifications@github.com> escreveu:
Done
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFkDZLg0DGCwG5nK2IpalsWL_9S0-gmCks5uHh2mgaJpZM4VQ95N>
.
--
Att.
Pedro Jordão
|
lucab
added a commit
to lucab/fero
that referenced
this issue
Nov 6, 2018
This fixes a build failure on current stable Rust (1.30.0) due to adwhit/diesel-derive-enum#22.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
After I updated the nightly compiler version I started getting the following error:
Looking into the generated code, indeed there was a missing use super::* so the enum name was visible inside the generated code. That fix seems simple enough, so I will open a pull request, if that's alright.
The text was updated successfully, but these errors were encountered: