-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Suggest fn
if fun
, func
, function
or def
is used to define a function
#100547
Suggest fn
if fun
, func
, function
or def
is used to define a function
#100547
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @lcnr (or someone else) soon. Please see the contribution instructions for more information. |
The Miri submodule was changed cc @rust-lang/miri |
|
This comment has been minimized.
This comment has been minimized.
@lcnr: According to the CI failure message, and a couple bot messages above, it seems like I somehow modified |
you've committed a submodule change. I don't know enough about If you're still stuck I suggest asking for help with this in #compiler/help on zulip |
This comment has been minimized.
This comment has been minimized.
please merge your commits, this can be done using git rebase HEAD~4 -i and then changing I don't know this code enough to tell whether this would also emit this suggestion at places where it doesn't make sense, so r? rust-lang/compiler |
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 looks good, left one comment, but you'll need to remove the merge commits and reverts and things like that, for this change, you should have only one commit with the changes you're making (if you end up with conflicts, rebase instead of merging).
This still isn't right. I'd suggest just deleting your branch locally, creating a new identically-named branch from |
371cb5a
to
801821d
Compare
@davidtwco was that supposed to happen? I have never done a force push before and something feels wrong. |
I think it's just that you force pushed |
I see. It seems like no changes were recorded also. So what shall I do now? |
I think you should be able to make the changes for this fix and then commit and push it. |
Will I have to make another PR? |
I don't think so, if you add changes this should re-open, but there's no harm in another PR if that's easier too. |
I pushed the changes about 14 hours ago. Seems like it wasn't reopened. |
Feel free to open a new PR then, and include |
Closes #99751