-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
E0004 says "note: Option<i32>
defined here" when it's not
#101068
Comments
@rustbot claim |
in case it's useful, the bisection points to the nightly-2022-03-09 and this rollup merge:
two of the them are also rollups 🙄 I think the most likely is #94734 (possibly #94580?) |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-medium |
Seems to have been fixed in 1.68: https://rust.godbolt.org/z/5no68WMPx @rustbot label -regression-untriaged +regression-from-stable-to-stable |
then I'm going to close this as fixed (feel free to reopen if you disagree) |
I just noticed this regression from 1.60 to 1.61 because TRPL reasons.
Code
Given the following code:
The current output is:
Notice especially this line:
Which... raises a few questions...
Option<i32>
in this code, so I don't know why this note is saying I didIdeally the output shouldn't have this line, I don't think.
Versions with regression
This problem started with 1.61 and still exists in 1.63.0, 1.64.0-beta.3, and nightly 2022-08-25 7480389.
@rustbot modify labels: +regression-untriaged
The text was updated successfully, but these errors were encountered: