-
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
Recent nightly causes [E0308]: mismatched types
#117598
Comments
I ran a rustc bisection and came to the following conclusion: searched nightlies: from nightly-2023-11-03 to nightly-2023-11-05 bisected with cargo-bisect-rustc v0.6.7Host triple: x86_64-pc-windows-msvc cargo bisect-rustc --end=2023-11-05 |
The commit corresponds to the merging this PR: #117131 |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-critical |
This code is a subset of the sqlx crate code that is no longer compiling on the nightly (nightly change was very recent, it was working fine a few versions ago). Matching bug in sqlx crate - launchbadge/sqlx#2855
I expected to see this happen: code compiles
Instead, this happened: code fails to compile using +nightly
Meta
Version that compiles fine:
rustc --version
:Version that fails to compile:
rustc +nightly --version --verbose
`cargo +nightly build` results
The text was updated successfully, but these errors were encountered: