-
Notifications
You must be signed in to change notification settings - Fork 13.9k
fix suggestion snippet line number wrong #147785
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
base: master
Are you sure you want to change the base?
Conversation
The job Click to see the possible cause of the failure (guessed by this bot)
|
You have to update tests with Also, I'm not sure if this a rustc problem, because issue you reffering is from clippy, which is slightly different project, so would be nice if you could give a small explanation of what exactly you trying to fix, maybe example of current incorrect behavior or something |
Thank you, I forgot it. I'm sure the issue is from rustc. But this PR has some problems I will continue to solve it tomorrow. clippy uses the API from rustc_errors, I researched the issue and found the bug point. |
Reference to rust-lang/rust-clippy#15883