-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
'extern location for serde does not exist' error on CI #4108
Labels
C-bug
Category: Clippy is not doing the correct thing
Comments
Notably this didn't happen in the beta backport PR: #4104 |
We could test in one of the PRs if it also occurs with the current nightly (Clippy should be buildable with it ATM). If that's the case the fault is with the master toolchain. |
it's in nightly now |
I guess rust-lang/rust#60190 looks very much like the cause |
oli-obk
added a commit
that referenced
this issue
May 17, 2019
Can this issue be closed? It looks like the issue was resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason, some of our Travis CI builds are failing with this error since today:
https://travis-ci.com/rust-lang/rust-clippy/jobs/201008591#L882
Clippy is building just fine, it's two tests depending on serde that are failing.
cc #4107, #4100
The text was updated successfully, but these errors were encountered: