-
Notifications
You must be signed in to change notification settings - Fork 518
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
Compiler: Common macros don't have docstrings #6541
Comments
Could you clarify which specific traits should have the use statements added in the Quick Fix? I'm interested in understanding the scope of this fix |
I'm talking about hover displays that appear in the IDE.
On a contrary, Those macros lack docstrings because their corresponding representations in compiler use default implementation of |
This comment was marked as spam.
This comment was marked as spam.
Can I try solving this issue? |
PRs welcome 😃 |
Would love to tackle this! |
GM. |
@Another-DevX we're not assigning external contributors in this repo. Just submit PRs |
Got it! |
Could I try solving this? |
Macros like
panic!
,assert!
orassert_eq!
don't have docstrings we could show in their hovers.The text was updated successfully, but these errors were encountered: