-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Improve code suggestion for incorrect macro_rules! usage #150988
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: main
Are you sure you want to change the base?
Improve code suggestion for incorrect macro_rules! usage #150988
Conversation
|
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
| help: to define a macro, remove the parentheses around the macro name | ||
| | | ||
| LL - make_macro!((meow)); | ||
| LL + make_macro!({meow}); |
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.
this change is a improvement, I added run-rustfix
This comment has been minimized.
This comment has been minimized.
|
@bors try jobs=x86_64-gnu-tools |
…try> Improve code suggestion for incorrect macro_rules! usage try-job: x86_64-gnu-tools
This comment has been minimized.
This comment has been minimized.
seems the test is not stable, retry it succeed. |
47f0180 to
16bc545
Compare
Fixes #150899