-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE on nightly #49703
Comments
I tried to reproduce this but evidently my local setup is too dissimilar from diesel's CI. It looks suspiciously like #48923 though. |
By the way, your most recent failure is a build failure due to the proc-macro feature update. You should try updating to proc-macro2 0.3, syn 0.13, and quote 0.5. |
You say that like it's so straightforward. ;) The last time we had to update syn it required rewriting the entire crate from scratch. |
Oof, yes. syn 0.12 => syn 0.13 does have breaking changes (there's no more |
#48923 has been fixed now: is this still causing problems, or can we close this issue? |
33856d0e8be4cc845f5366e2133f0d760a047157 -- it looks like the ICE occurred running the doctests for the derives crate |
@sgrif I've tried running
I tried a couple of other things but I haven't managed to get the tests to run. I also noticed that some lints that used not to trigger now trigger in nightly. Could you try getting the test run on your end or supply some instructions on how to get them to run locally? |
@sgrif Any thoughts re. ^--- ? |
Closing as this ICE is old that I'm not sure we can reproduce it anymore, no MCVE was provided. |
Seeing build failures on nightly for Diesel. https://travis-ci.org/diesel-rs/diesel/jobs/361834440
The text was updated successfully, but these errors were encountered: