-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Do not emit help when shorthand from macro when suggest ?
or expect
#141070
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
Signed-off-by: xizheyin <[email protected]>
r? chenyukang (since you're already looking at it, but I can take the review back if you're busy) |
Signed-off-by: xizheyin <[email protected]>
…ypeck/ to it Signed-off-by: xizheyin <[email protected]>
|
||
for_each_operator!(translate) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I delete the unused comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I create tests/ui/typeck/suggestions/
amd move some testcases to it.
@bors r+ rollup |
Do not emit help when shorthand from macro when suggest `?` or `expect` Fixes rust-lang#140659 I didn't fully minimize the original bug, but I found a similar test case, and they have perhaps the same root cause. For the bug mentioned in rust-lang#140659 , I also tested it locally and passed it. Jieyou has worked on this part before, maybe r? `@jieyouxu`
Fixes #140659
I didn't fully minimize the original bug, but I found a similar test case, and they have perhaps the same root cause. For the bug mentioned in #140659 , I also tested it locally and passed it.
Jieyou has worked on this part before, maybe r? @jieyouxu