-
Notifications
You must be signed in to change notification settings - Fork 13.3k
make help text for cannot find macro actionable #112091
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
make help text for cannot find macro actionable #112091
Conversation
r? @oli-obk (rustbot has picked a reviewer for you, use r? to override) |
This is to complete the work on PR #102881. |
This comment has been minimized.
This comment has been minimized.
I guess this is fine. This PR needs to be rebased then tests need to be updated. @rustbot author |
Yeah resolved the conflicts, waiting for CI to pass |
This comment has been minimized.
This comment has been minimized.
|
You need to bless the tests, I think. |
Can you squash this into one commit? |
9a1a1f6
to
12418e6
Compare
Merge commits are not typically allowed in PRs. You should be able to use a rebase in order to remove the merge commit from the history. |
9d592a8
to
af3f222
Compare
af3f222
to
c9d48e0
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
☔ The latest upstream changes (presumably #112686) made this pull request unmergeable. Please resolve the merge conflicts. |
= help: consider importing this macro: | ||
use two_macros::macro_two; | ||
| | ||
LL + use two_macros::macro_two; | ||
| |
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.
Not quite sure how this happened given the logic change, but I would like us to avoid changing the message for the structured suggestion case.
@sladyn98 any updates on this? thanks |
Closing this as inactive. Feel free to reöpen this pr or create a new pr if you get the time to work on this. Thanks |
fix #102601