-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Beta 1.63 breaks calloop 0.4.4 build #98750
Comments
One of its outdated transitive dependencies fails to build on beta: rust-lang/rust#98750
bisection points to commit 10f4ce3 from #98279 cc @cjgillot searched nightlies: from nightly-2022-04-01 to nightly-2022-07-01 bisected with cargo-bisect-rustc v0.6.0Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --start=2022-04-01 --script=./test.sh |
Will be fixed by a backport of #98637 |
ahh, the usual logic bugs. i hope they dont make it into beta or, even worse, stable in future |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-critical |
#98637 was backported, closing as fixed. |
Code
I tried this code: https://github.com/Smithay/calloop/tree/v0.4.4
cargo check
I expected to see this happen: successful build
Instead, this happened: build fails on the new beta (1.63)
Version it worked on
It most recently worked on: Rust 1.62
Version with regression
rustc --version --verbose
:@rustbot modify labels: +regression-from-stable-to-beta -regression-untriaged
The text was updated successfully, but these errors were encountered: