-
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
clang-sys 0.29.3 fails to build on nightly #84162
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: