-
Notifications
You must be signed in to change notification settings - Fork 13.3k
clang-sys 0.29.3 fails to build on nightly #84162
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
First regressed in |
Will be fixed by #84130 |
* Fix derivation and implementation of GCD * Workaround for rust-lang/rust#84162 * 💄
This affects Servo too, through rust-bindgen: searched nightlies: from nightly-2021-04-10 to nightly-2021-04-12 bisected with cargo-bisect-rustc v0.6.0Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc -- check --features runtime |
Assigning @rustbot label -I-prioritize +P-critical |
For the record, according to the bisection performed by @SimonSapin above, this was injected by PR #82608. (But as @Aaron1011 noted above, it will be fixed by PR #84130.) |
I tried building
clang-sys 0.29.3
with featureruntime
on the latest nightly.I expected to see this happen: it builds successfully.
Instead, this happened:
Meta[
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: