-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Recent nightly causes [E0308]: mismatched types
#117598
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
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: