-
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
"overflow evaluating the requirement" regression in nightly-2020-12-27 #80807
Comments
cc @matthewjasper (bisection points to #80246) |
Just to be clear: it seems this was fixed and then regressed again in nightly-2020-12-27? |
Not a regression, this has never compiled on stable. |
I think the author's saying that it compiled on a recent nightly though? |
Yes, I mean that none of the regression lables apply |
Assigning |
Code
Error
On current nightly or stable
1.49.0
,rustc
errors with:but on
nightly-2020-12-20
it compiles without issue.bisect-rustc
gives:searched nightlies: from nightly-2020-12-22 to nightly-2021-01-06
regressed nightly: nightly-2020-12-27
searched commits: from bb17823 to 0b644e4
regressed commit: 931aa27
bisected with cargo-bisect-rustc v0.6.0
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
The text was updated successfully, but these errors were encountered: