-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
⬆️ rust-analyzer #88478
⬆️ rust-analyzer #88478
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
📌 Commit 4cdfa5b has been approved by |
…=lnicola ⬆️ rust-analyzer
@bors r- This failed on
|
Looks like we pull in |
The rest of the rust repo is still on |
This was added in 0.2.100: rust-lang/libc#2313 |
Yeah, I saw that PR. I'm trying to reproduce the compile error, but I'm not sure how to build for that target. |
Maybe it's easier to just downgrade to libc 0.2.99 for now, unless you need something from 0.2.100. |
Yeah, but it's a transitive dep and we'll have to remember not to upgrade it, so it would be better if rust-lang/rust upgraded instead. |
this is bizarre since libprocstat exists since freebsd 9 https://www.freebsd.org/cgi/man.cgi?query=libprocstat&sektion=3&format=html and as far as I remember I never needed to think of installing it. by the way libc CI runs under freebsd 11 too. |
You could pin it in Cargo.toml so cargo doesn't touch it when you run cargo upgrade. |
No description provided.