-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Updated the help message to reduce the error iterations #79403
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
Hi @Mark-Simulacrum, do you have any idea about log details? I'm unable to get the failure details. Thanks |
I suspect you may have made an error when making the PR or interacting with git -- it looks like you've only added changes to stderr files in the test suite, but the files the compiler is running on have not been changed. Resolving #77270 would require changing the compiler source code to provide the necessary hint to import the trait as well; I suspect doing so only when needed might be hard, though, and I'm not personally familiar with that area of the compiler so can't guide you. If you'd like to seek mentoring, though, posting on |
@bishtpawan Ping from triage, CI is still red here. Would you mind fixing that? Thanks. |
I commented on the issue regarding the issue but didn't get any response from the issue's owner. Still waiting for @follower's response. Thanks |
@bishtpawan Ping from triage, CI is still red here. Maybe you can try |
@bishtpawan You have to change the actual code that emits the error messages. In this case
|
Closing this PR, for now, will raise a new one. |
Fixed issue #77270