-
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
Regression in rustc nightly #69629
Comments
it happened to me compile error |
I ran regression with
Which suggests that the regression is present in nightly-2020-02-29, but somehow not in 0eb878d ? I'm working on bisecting further. |
|
You can replicate by cloning $ cargo check -p tower-balance |
I wonder if this may somehow be a new manifestation of #60375? |
triage: P-high, removing nomination. Assigning to @estebank initially (but feel free to clear assignment or reassign if you are overloaded) |
by the way, under the new priority scheme being considered for next generation triage, I would consider #69629 a |
Can confirm that the issue was introduced in the following code https://github.com/rust-lang/rust/pull/69255/files#diff-dd3531c645441fc4588d997838e391f5R1406-R1447 |
I have a fix in #69717. Tested with |
(Reopening: the issue was closed automatically by the commit message rather than the PR description, but still needs a test) |
I test and build success with |
Verified with Closing. |
Steps:
Compile
tower-balance
.What happened:
Expected result:
No regression.
Notes:
See tower-rs/tower#423 (comment)
The text was updated successfully, but these errors were encountered: